From d9f183a43bc5eaeb15533d077e957c6db04ac276 Mon Sep 17 00:00:00 2001 From: John Klug Date: Thu, 22 May 2025 18:45:39 +0000 Subject: Remove Netfilter when commissioning stops to unblock cellular --- usr/libexec/commission/nfoff.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'usr/libexec/commission/nfoff.sh') 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 -- cgit v1.2.3