1
0
Fork 0
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:
Ycarus 2018-10-14 19:15:26 +02:00
parent 5bcf66930e
commit ba685393b4

View file

@ -60,8 +60,7 @@ _bypass_proto() {
_intf_rule() {
local intf
config_get intf $1 masterintf
[ -z "$intf" ] && config_get intf $1 ifname
config_get intf $1 ifname
count=$((count+1))
local mode
config_get mode $1 multipath "off"