diff options
author | John Klug <john.klug@multitech.com> | 2025-05-22 18:45:39 +0000 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2025-05-22 18:45:39 +0000 |
commit | d9f183a43bc5eaeb15533d077e957c6db04ac276 (patch) | |
tree | a0729386f2c63f4e829703984cda5ab221792c7e /usr/libexec/commission/nfoff.sh | |
parent | 7cbbda84fc2dcdfbaea0827ba475707283d73388 (diff) | |
download | commissioning-d9f183a43bc5eaeb15533d077e957c6db04ac276.tar.gz commissioning-d9f183a43bc5eaeb15533d077e957c6db04ac276.tar.bz2 commissioning-d9f183a43bc5eaeb15533d077e957c6db04ac276.zip |
Remove Netfilter when commissioning stops to unblock cellular
Diffstat (limited to 'usr/libexec/commission/nfoff.sh')
-rwxr-xr-x | usr/libexec/commission/nfoff.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/libexec/commission/nfoff.sh b/usr/libexec/commission/nfoff.sh index 54e7cd3..3c302df 100755 --- a/usr/libexec/commission/nfoff.sh +++ b/usr/libexec/commission/nfoff.sh @@ -3,3 +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 |