]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/bridge/netfilter/ebt_arpreply.c
netfilter: add dummy members to Ebtables code to ease transition to Xtables
[net-next-2.6.git] / net / bridge / netfilter / ebt_arpreply.c
index b444cf835f1e268eacfa915bdb59f17c72585f50..7ab16556800eecba340467145317fa75ab99d1a2 100644 (file)
@@ -76,6 +76,8 @@ static bool ebt_target_reply_check(const char *tablename, unsigned int hookmask,
 
 static struct ebt_target reply_target __read_mostly = {
        .name           = EBT_ARPREPLY_TARGET,
+       .revision       = 0,
+       .family         = NFPROTO_BRIDGE,
        .target         = ebt_target_reply,
        .check          = ebt_target_reply_check,
        .targetsize     = XT_ALIGN(sizeof(struct ebt_arpreply_info)),