summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--iptables/nft.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/iptables/nft.c b/iptables/nft.c
index 2610de44..c1cf16cd 100644
--- a/iptables/nft.c
+++ b/iptables/nft.c
@@ -457,12 +457,6 @@ struct builtin_table xtables_arp[TABLES_MAX] = {
.hook = NF_ARP_IN,
},
{
- .name = "FORWARD",
- .type = "filter",
- .prio = NF_IP_PRI_FILTER,
- .hook = NF_ARP_FORWARD,
- },
- {
.name = "OUTPUT",
.type = "filter",
.prio = NF_IP_PRI_FILTER,