Date: Thu, 23 Nov 2000 16:48:18 +0900 (JST) From: Masachika ISHIZUKA <ishizuka@ish.org> To: FreeBSD-gnats-submit@freebsd.org Subject: conf/23040: ipv6_defaultrouter is not work fine Message-ID: <200011230748.eAN7mIq00434@pumpkin.ish.org>
next in thread | raw e-mail | index | archive | help
>Number: 23040
>Category: conf
>Synopsis: ipv6_defaultrouter is not work fine
>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: Wed Nov 22 23:50:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator: Masachika ISHIZUKA
>Release: FreeBSD 4.2-RELEASE i386
>Organization:
>Environment:
ipv6_enable="YES"
ipv6_gateway_enable="NO"
ipv6_defaultrouter="xxxx:xxxx:xxxx::xxxx"
>Description:
Default router for ipv6 can not set on startup rc.network6
script.
>How-To-Repeat:
>Fix:
Change /etc/rc.network6 script as follows.
--- rc.network6.org Mon Nov 20 21:03:04 2000
+++ rc.network6 Thu Nov 23 16:37:05 2000
@@ -466,7 +466,7 @@
# between the default router list and the manual
# configured default route.
case ${ipv6_gateway_enable} in
- [Yy][Ee][Ss])
+ [Nn][Oo])
;;
*)
if [ `sysctl -n net.inet6.ip6.accept_rtadv` -eq 1 ]
>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?200011230748.eAN7mIq00434>
