diff options
| -rwxr-xr-x | firehol2nft | 3 |
1 files changed, 1 insertions, 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"; |
