mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
The submitter of bin/75786 turned out to not have removable interfaces,
and so the fix committed in r1.42 was not quite correct for the case where there are two or more DHCP consuming removable interfaces - dhclient must be restarted so that the other interfaces continue to function correctly. Approved by: murray MFC After: 7 days
This commit is contained in:
parent
0763230837
commit
f5c4146d5a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140378
@ -70,7 +70,7 @@ stop_dhcp() {
|
||||
case ${startstop} in
|
||||
[Ss][Tt][Oo][Pp])
|
||||
if [ -z "${_nlist}" ]; then
|
||||
sh /etc/rc.d/dhclient stop
|
||||
sh /etc/rc.d/dhclient start
|
||||
else
|
||||
start_dhcp_keep_current
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user