mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix omr-bypass
This commit is contained in:
parent
5bcf66930e
commit
ba685393b4
1 changed files with 1 additions and 2 deletions
|
@ -60,8 +60,7 @@ _bypass_proto() {
|
||||||
|
|
||||||
_intf_rule() {
|
_intf_rule() {
|
||||||
local intf
|
local intf
|
||||||
config_get intf $1 masterintf
|
config_get intf $1 ifname
|
||||||
[ -z "$intf" ] && config_get intf $1 ifname
|
|
||||||
count=$((count+1))
|
count=$((count+1))
|
||||||
local mode
|
local mode
|
||||||
config_get mode $1 multipath "off"
|
config_get mode $1 multipath "off"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue