Rename main nftables table
This commit is contained in:
parent
9b47271a10
commit
ad57940bd6
@ -1,9 +1,9 @@
|
|||||||
#!/usr/sbin/nft -f
|
#!/usr/sbin/nft -f
|
||||||
|
|
||||||
table inet filter
|
table inet main_inet
|
||||||
delete table inet filter
|
delete table inet main_inet
|
||||||
|
|
||||||
table inet filter {
|
table inet main_inet {
|
||||||
chain input {
|
chain input {
|
||||||
type filter hook input priority 0;
|
type filter hook input priority 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user