diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-02-18 15:21:32 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-02-18 15:21:32 +0000 |
| commit | 5393ec4a144cd4397e4c14bd03f3ee7c0b2e59ac (patch) | |
| tree | 54f70e438614fbbbf9b542f2395105cac1c45d94 | |
| parent | 70e99634dc13202227accc0ee2076cf52693252e (diff) | |
Notes
| -rw-r--r-- | etc/rc.network6 | 24 |
1 files changed, 5 insertions, 19 deletions
diff --git a/etc/rc.network6 b/etc/rc.network6 index aa5030651520..6b4809ff5013 100644 --- a/etc/rc.network6 +++ b/etc/rc.network6 @@ -91,24 +91,10 @@ network6_pass1() { case ${ipv6_network_interfaces} in [Aa][Uu][Tt][Oo]) - case ${ipv6_gateway_enable} in - [Yy][Ee][Ss]) - # - # list of interfaces, and prefix for interfaces - # - ipv6_network_interfaces="`ifconfig -l`" - ;; - *) - # - # manual configurations - in case ip6_gateway_enable=NO - # you can configure only single interface, - # as specification assumes that - # autoconfigured host has single interface only. - # - set `ifconfig -l` - ipv6_network_interfaces="$1" - ;; - esac + # + # list of interfaces, and prefix for interfaces + # + ipv6_network_interfaces="`ifconfig -l`" ;; esac @@ -211,7 +197,7 @@ network6_pass1() { '') for i in ${ipv6_network_interfaces}; do case $i in - stf*) + lo0|gif*|stf*|faith*) continue ;; *) |
