To inet or not two inet. Unbreak static IPv4 configuration. If you tried
you were stuck in an endless loop. Reported by: kensmith Approved by: re (kib) for BETA1 Pointy hat to: bz - wonder why I had not tested legacy IP thoroughly..
This commit is contained in:
parent
890f4441b4
commit
ee93952251
@ -78,7 +78,7 @@ echo $INTERFACE $IF_CONFIG |
|
||||
|
||||
if [ ! -z $BSDINSTALL_CONFIGCURRENT ]; then
|
||||
. $BSDINSTALL_TMPETC/._rc.conf.net
|
||||
ifconfig $INTERFACE inet `eval echo \\\$ifconfig_$INTERFACE`
|
||||
ifconfig $INTERFACE `eval echo \\\$ifconfig_$INTERFACE`
|
||||
route delete -inet default
|
||||
route add -inet default $defaultrouter
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user