Re: [IFGROUPv4 3/3] Netfilter Interface group match
Laszlo Attila Toth wrote: +++ b/net/netfilter/xt_ifgroup.c +static bool +ifgroup_match(const struct sk_buff *skb, +const struct net_device *in, +const struct net_device *out, +const struct xt_match *match, +const void *matchinfo, +int of
[IFGROUPv4 3/3] Netfilter Interface group match
Interface group values can be checked on both input and output interfaces. Signed-off-by: Laszlo Attila Toth <[EMAIL PROTECTED]> --- include/linux/netfilter/xt_ifgroup.h | 18 + net/netfilter/Kconfig| 16 + net/netfilter/Makefile |1 + net/netfilter/x