]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/bridge/netfilter/ebt_ip.c
netfilter: add dummy members to Ebtables code to ease transition to Xtables
[karo-tx-linux.git] / net / bridge / netfilter / ebt_ip.c
index 018782f044c4c31b276be0d93357a04db3e3367c..0bef6f7bc83f61a6ea219958333c41d4f1867145 100644 (file)
@@ -108,6 +108,8 @@ static bool ebt_ip_check(const char *tablename, unsigned int hookmask,
 
 static struct ebt_match filter_ip __read_mostly = {
        .name           = EBT_IP_MATCH,
+       .revision       = 0,
+       .family         = NFPROTO_BRIDGE,
        .match          = ebt_filter_ip,
        .check          = ebt_ip_check,
        .matchsize      = XT_ALIGN(sizeof(struct ebt_ip_info)),