aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter/ebt_ip6.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2008-10-08 05:35:14 -0400
committerPatrick McHardy <kaber@trash.net>2008-10-08 05:35:14 -0400
commit001a18d369f4813ed792629ff4a9a6ade2a4a031 (patch)
treea1207edd62e371eb8473cac524fd1e34a7b1cc62 /net/bridge/netfilter/ebt_ip6.c
parent0ac6ab1f7915fc820ca0cf8f597290dbb249edcc (diff)
netfilter: add dummy members to Ebtables code to ease transition to Xtables
Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/bridge/netfilter/ebt_ip6.c')
-rw-r--r--net/bridge/netfilter/ebt_ip6.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/bridge/netfilter/ebt_ip6.c b/net/bridge/netfilter/ebt_ip6.c
index 7fc3928e3fb..afcabe205b8 100644
--- a/net/bridge/netfilter/ebt_ip6.c
+++ b/net/bridge/netfilter/ebt_ip6.c
@@ -121,6 +121,8 @@ static bool ebt_ip6_check(const char *tablename, unsigned int hookmask,
121static struct ebt_match filter_ip6 = 121static struct ebt_match filter_ip6 =
122{ 122{
123 .name = EBT_IP6_MATCH, 123 .name = EBT_IP6_MATCH,
124 .revision = 0,
125 .family = NFPROTO_BRIDGE,
124 .match = ebt_filter_ip6, 126 .match = ebt_filter_ip6,
125 .check = ebt_ip6_check, 127 .check = ebt_ip6_check,
126 .matchsize = XT_ALIGN(sizeof(struct ebt_ip6_info)), 128 .matchsize = XT_ALIGN(sizeof(struct ebt_ip6_info)),