dhclient-script: revert one older change
This has been reverted upstream with: - Disable the gentle shutdown functionality until we can determine the best way to present it to remove or reduce the side effects. [ISC-Bugs #36066]
This commit is contained in:
parent
991bd354d9
commit
efdf4e797d
@ -706,9 +706,8 @@ case "${reason}" in
|
|||||||
# ensure interface is up
|
# ensure interface is up
|
||||||
ip link set dev ${interface} up
|
ip link set dev ${interface} up
|
||||||
|
|
||||||
# aborted client cleans after itself since 4.2.6
|
# remove any stale addresses from aborted clients
|
||||||
# so the following is not needed anymore
|
ip -6 addr flush dev ${interface} scope global permanent
|
||||||
#ip -6 addr flush dev ${interface} scope global permanent
|
|
||||||
|
|
||||||
# we need a link-local address to be ready (not tentative)
|
# we need a link-local address to be ready (not tentative)
|
||||||
for i in $(seq 50); do
|
for i in $(seq 50); do
|
||||||
|
Loading…
Reference in New Issue
Block a user