Restore behaviour from rev. 1.9. Only log when there is a real change
to the configuration state. Noticed by: obrien
This commit is contained in:
parent
32a79d7cb2
commit
864ce58afa
@ -50,12 +50,7 @@ if [ -f /etc/dhclient-enter-hooks ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ x$new_network_number != x ]; then
|
||||
$LOGGER New Network Number: $new_network_number
|
||||
fi
|
||||
|
||||
if [ x$new_broadcast_address != x ]; then
|
||||
$LOGGER New Broadcast Address: $new_broadcast_address
|
||||
new_broadcast_arg="broadcast $new_broadcast_address"
|
||||
fi
|
||||
if [ x$old_broadcast_address != x ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user