From 34605bdf4af86b11f2152e9c3e30312680efab70 Mon Sep 17 00:00:00 2001 From: "Jason D. McCormick" Date: Tue, 27 Sep 2022 09:23:34 -0400 Subject: fix rule swap --- firehol2nft | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/firehol2nft b/firehol2nft index 0bcfacf..4b93d73 100755 --- a/firehol2nft +++ b/firehol2nft @@ -14,8 +14,7 @@ if(! -f $opt_f){ exit 1; } -print "add table inet firehol\n"; -print "flush table inet firehol\n"; +print "delete table inet firehol\n"; print "add table inet firehol {\n"; print "\tset addr-set-firehol-drop {\n"; print "\t\ttype ipv4_addr\n"; -- cgit v1.2.3