aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/arptable_filter.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@computergmbh.de>2008-04-14 11:15:43 +0200
committerPatrick McHardy <kaber@trash.net>2008-04-14 11:15:43 +0200
commit4abff0775d5e4feb20b21371e1c63a1b30fc2140 (patch)
treecba00aea0e9f9c8a3daf099c7ebc95de6b14f0f3 /net/ipv4/netfilter/arptable_filter.c
parent[NETFILTER]: annotate rest of nf_nat_* with const (diff)
downloadlinux-dev-4abff0775d5e4feb20b21371e1c63a1b30fc2140.tar.xz
linux-dev-4abff0775d5e4feb20b21371e1c63a1b30fc2140.zip
[NETFILTER]: remove arpt_table indirection macro
Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/ipv4/netfilter/arptable_filter.c')
-rw-r--r--net/ipv4/netfilter/arptable_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/arptable_filter.c b/net/ipv4/netfilter/arptable_filter.c
index 629e4951a9b1..9f6526c87757 100644
--- a/net/ipv4/netfilter/arptable_filter.c
+++ b/net/ipv4/netfilter/arptable_filter.c
@@ -45,7 +45,7 @@ static struct
.term = ARPT_ERROR_INIT,
};
-static struct arpt_table packet_filter = {
+static struct xt_table packet_filter = {
.name = "filter",
.valid_hooks = FILTER_VALID_HOOKS,
.lock = __RW_LOCK_UNLOCKED(packet_filter.lock),