base-file: revert unrelated change accidentally committed in r19478
SVN-Revision: 19488
This commit is contained in:
parent
14f6a53b6d
commit
7ad9c8615f
1 changed files with 0 additions and 4 deletions
|
@ -161,10 +161,6 @@ setup_interface_none() {
|
|||
env -i ACTION="ifup" INTERFACE="$2" DEVICE="$1" PROTO=none /sbin/hotplug-call "iface" &
|
||||
}
|
||||
|
||||
stop_interface_none() {
|
||||
env -i ACTION="ifdown" INTERFACE="$2" DEVICE="$1" PROTO=none /sbin/hotplug-call "iface" &
|
||||
}
|
||||
|
||||
setup_interface_static() {
|
||||
local iface="$1"
|
||||
local config="$2"
|
||||
|
|
Loading…
Reference in a new issue