]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/bridge/netfilter/ebt_stp.c
netfilter: add dummy members to Ebtables code to ease transition to Xtables
[karo-tx-linux.git] / net / bridge / netfilter / ebt_stp.c
index 7618206639ed3a1692f2e014574fd4b52df7a7c6..e6d8f0c140a456201b30501e63197ae424679298 100644 (file)
@@ -174,6 +174,8 @@ static bool ebt_stp_check(const char *tablename, unsigned int hookmask,
 
 static struct ebt_match filter_stp __read_mostly = {
        .name           = EBT_STP_MATCH,
+       .revision       = 0,
+       .family         = NFPROTO_BRIDGE,
        .match          = ebt_filter_stp,
        .check          = ebt_stp_check,
        .matchsize      = XT_ALIGN(sizeof(struct ebt_stp_info)),