mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Fix last commit and call childif_destroy() correctly.
This commit is contained in:
parent
106049d9ab
commit
d0c63cd27f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179002
@ -71,7 +71,7 @@ ifn_stop()
|
||||
ipv4_down ${ifn} && cfg=0
|
||||
ifconfig_down ${ifn} && cfg=0
|
||||
ifscript_down ${ifn} && cfg=0
|
||||
childif_destroy
|
||||
childif_destroy ${ifn}
|
||||
|
||||
if [ "$cfg" -eq 0 ]; then
|
||||
echo -n " ${ifn}"
|
||||
|
Loading…
Reference in New Issue
Block a user