use inet table instead of ip

inet is for both ipv4 and ipv6
master
lub 4 years ago
parent 8e0a34ac5d
commit c9a36c0225

@ -2,7 +2,7 @@
flush ruleset
table ip filter {
table inet filter {
chain input {
type filter hook input priority 0;
policy drop;

Loading…
Cancel
Save