Revert "Net: do not bring down interfaces during shutdown"
This reverts commit 6d5a2d5f9e
.
There are interfaces, such as adsl and ppp interfaces which need to be
brought down. Also, the WOL setting is a good case for bringingdown
interfaces.
This commit is contained in:
parent
cea71369e9
commit
0ff23f20e8
@ -21,7 +21,7 @@ depend()
|
|||||||
need localmount
|
need localmount
|
||||||
after bootmisc
|
after bootmisc
|
||||||
provide net
|
provide net
|
||||||
keyword -shutdown -jail -prefix -vserver
|
keyword -jail -prefix -vserver
|
||||||
|
|
||||||
case "${IFACE}" in
|
case "${IFACE}" in
|
||||||
lo|lo0);;
|
lo|lo0);;
|
||||||
|
Loading…
Reference in New Issue
Block a user