fix restart on platforms without a setup_switch()
SVN-Revision: 10846
This commit is contained in:
parent
67fd9d7fba
commit
37b0cc9a10
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ start() {
|
|||
}
|
||||
|
||||
restart() {
|
||||
setup_switch() { return 0; }
|
||||
|
||||
include /lib/network
|
||||
setup_switch
|
||||
ifup -a
|
||||
|
|
Loading…
Reference in a new issue