mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix
This commit is contained in:
parent
01677ae9f2
commit
1674778ce1
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ interface_multipath_settings() {
|
|||
load_interfaces() {
|
||||
config_get ifname "$1" ifname
|
||||
config_get multipath "$1" multipath "off"
|
||||
[ "$multipath" != "off" ] && interface=" ${ifname} ${interfaces}"
|
||||
[ "$multipath" != "off" ] && interfaces=" ${ifname} ${interfaces}"
|
||||
}
|
||||
|
||||
start_service() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue