From 1547317e888a4ba6d48ed411dadefd7b5dd9e60c Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Mon, 21 Jan 2008 23:54:57 +0000 Subject: [PATCH] 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 --- sbin/dhclient/dhclient-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/dhclient/dhclient-script b/sbin/dhclient/dhclient-script index c6c9e8cc5657..1954e840dce5 100644 --- a/sbin/dhclient/dhclient-script +++ b/sbin/dhclient/dhclient-script @@ -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)