During PREINIT, when giving the interface the address 0.0.0.0, do it as an

alias to avoid distrubing other addresses.

PR:		bin/119255
Submitted by:	Jaakko Heinonen <jh at saunalahti dot fi>
This commit is contained in:
Brooks Davis 2008-01-21 23:54:57 +00:00
parent 91e0bf6a77
commit 1547317e88

View File

@ -284,7 +284,7 @@ MEDIUM)
PREINIT)
delete_old_alias
$IFCONFIG $interface inet 0.0.0.0 netmask 0.0.0.0 broadcast 255.255.255.255 up
$IFCONFIG $interface inet alias 0.0.0.0 netmask 0.0.0.0 broadcast 255.255.255.255 up
;;
ARPCHECK|ARPSEND)