Do not mark lo0 as IFDISABLED even if there is no $ifconfig_lo0_ipv6 line.
This commit is contained in:
parent
71f3650a41
commit
746b269075
@ -102,7 +102,7 @@ ifconfig_up()
|
||||
if afexists inet6; then
|
||||
if checkyesno ipv6_activate_all_interfaces; then
|
||||
_ipv6_opts="-ifdisabled"
|
||||
else
|
||||
elif [ "$1" != "lo0" ]; then
|
||||
_ipv6_opts="ifdisabled"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user