Remove admin_if because of a bug in switchs.nft

This commit is contained in:
Thomas Chevalier 2022-05-19 11:10:09 +02:00
parent 4eeadc3420
commit 654ef09ea0

View file

@ -1,12 +1,12 @@
table inet firewall { table inet firewall {
chain to_switchs { chain to_switchs {
meta iif $admin_if accept # meta iif $admin_if accept
drop drop
} }
chain from_switchs { chain from_switchs {
meta oif $admin_if accept # meta oif $admin_if accept
drop drop
} }