use inet table instead of ip

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

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

Loading…
Cancel
Save