mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Pull in /etc/rc.conf.d/network so that ifconfig_<if> variables can be
set there. This is required for consistency with /etc/rc.d/netif. PR: conf/103893 Submitted by: Nick Hibma <nick at anywi.com> MFC after: 3 days
This commit is contained in:
parent
e5037a18a9
commit
12d828393a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162972
@ -53,6 +53,7 @@ dhclient_stop()
|
||||
ifn="$2"
|
||||
|
||||
load_rc_config $name
|
||||
load_rc_config network
|
||||
|
||||
if ! dhcpif $ifn; then
|
||||
return 1
|
||||
|
Loading…
Reference in New Issue
Block a user