Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Sep 2000 10:58:08 -0400 (EDT)
From:      jim@thehousleys.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/21062: /etc/pccard_ether calling IPv6 programs too early
Message-ID:  <200009051458.KAA02828@baby.int.thehousleys.net>

next in thread | raw e-mail | index | archive | help

>Number:         21062
>Category:       bin
>Synopsis:       /etc/pccard_ether calling IPv6 programs too early
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 05 08:00:03 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     James E. Housley
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
The Housleys dot Net
>Environment:

	FreeBSD 4.1-STABLE CTM as of 9/4/2000

>Description:

	The IPv6 section of /etc/pccard_ether calls rtsol ${interface}.
	This produces and "rtsol not configured" or similar.  rtsol is
	run again in /etc/rc.network6 where it succeds in running.  The
	whole IPv6 section might be able to be removed from /etc/pccard_ether.

>How-To-Repeat:

	

>Fix:

--- pccard_ether	Wed Jul 19 07:01:46 2000
+++ pccard_ether.new	Tue Sep  5 10:53:01 2000
@@ -68,13 +68,6 @@
 # IPv6 setup
 case ${ipv6_enable} in
 [Yy][Ee][Ss])
-	case ${ipv6_gateway_enable} in
-	[Yy][Ee][Ss])
-		;;
-	*)
-		ifconfig ${interface} up
-		rtsol ${interface}
-		;;
-	esac
+	ifconfig ${interface} up
 	;;
 esac


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009051458.KAA02828>