Only flush own table with nftables
This commit is contained in:
parent
01699c0545
commit
fb48d6c214
@ -1,3 +1,7 @@
|
||||
# Required to only replace this table alone
|
||||
table inet nnd-base;
|
||||
delete table inet nnd-base;
|
||||
|
||||
table inet nnd-base {
|
||||
include "inet/nnd-base/sets/*";
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
#!/usr/sbin/nft -f
|
||||
|
||||
flush ruleset;
|
||||
|
||||
include "*/*/table";
|
||||
|
Loading…
Reference in New Issue
Block a user