summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/xtables.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/xtables.conf b/etc/xtables.conf
index 7b2b8e5f..d37b0d7c 100644
--- a/etc/xtables.conf
+++ b/etc/xtables.conf
@@ -65,3 +65,11 @@ family ipv6 {
chain OUTPUT hook NF_INET_LOCAL_OUT prio 50
}
}
+
+family arp {
+ table filter {
+ chain INPUT hook NF_ARP_IN prio 0
+ chain FORWARD hook NF_ARP_FORWARD prio 0
+ chain OUTPUT hook NF_ARP_OUT prio 0
+ }
+} \ No newline at end of file