mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
This commit is contained in:
parent
7335b71bf1
commit
bd2dffe723
1 changed files with 2 additions and 2 deletions
|
@ -170,8 +170,8 @@ _intf_rule() {
|
|||
#count=$((count+1))
|
||||
config_get count $1 metric
|
||||
local mode
|
||||
config_get mode $1 multipath "off"
|
||||
[ "$mode" = "off" ] && return
|
||||
#config_get mode $1 multipath "off"
|
||||
#[ "$mode" = "off" ] && return
|
||||
[ -z "$count" ] && return
|
||||
[ -z "$intf" ] && return
|
||||
[ "$(echo $1 | grep _dev)" != "" ] && return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue