diff options
-rwxr-xr-x | usr/libexec/commission/nfoff.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/libexec/commission/nfoff.sh b/usr/libexec/commission/nfoff.sh index 3c302df..bba9bad 100755 --- a/usr/libexec/commission/nfoff.sh +++ b/usr/libexec/commission/nfoff.sh @@ -3,4 +3,4 @@ for handle in $(nft -a list table inet filter | grep iifname | sed -E 's/.*#[[:s echo "Enable wwan0: nft delete rule inet filter input handle ${handle}" nft delete rule inet filter input handle ${handle} done -nft -a list table inet filter +nft -a list table inet filter 2>/dev/null || true |