Do not mark lo0 as IFDISABLED even if there is no $ifconfig_lo0_ipv6 line.

This commit is contained in:
Hiroki Sato 2011-06-06 11:36:10 +00:00
parent 71f3650a41
commit 746b269075
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222746

View File

@ -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