diff --git a/omr-bypass/files/etc/init.d/omr-bypass-nft b/omr-bypass/files/etc/init.d/omr-bypass-nft index 041368cb2..b9121e4e5 100755 --- a/omr-bypass/files/etc/init.d/omr-bypass-nft +++ b/omr-bypass/files/etc/init.d/omr-bypass-nft @@ -615,6 +615,7 @@ _intf_rule() { [ -n "$(echo $intf | grep '@')" ] && intf=$(ifstatus "$1" | jsonfilter -q -e '@["device"]') [ -z "$intf" ] && config_get intf $1 device [ -n "$(echo $intf | grep '/')" ] && return + [ -n "$(echo $intf | grep '@')" ] && return #count=$((count+1)) [ "$intf" != "all" ] && config_get count $1 metric [ "$intf" = "all" ] && count=""