| Submitter | gregkh@suse.de |
|---|---|
| Date | Jan. 23, 2009, 1:12 a.m. |
| Message ID | <20090123011233.GD19756@kroah.com> |
| Download | mbox | patch |
| Permalink | /patch/19924/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
--- a/net/bridge/netfilter/ebtables.c +++ b/net/bridge/netfilter/ebtables.c @@ -80,7 +80,7 @@ static inline int ebt_do_match (struct e { par->match = m->u.match; par->matchinfo = m->data; - return m->u.match->match(skb, par); + return m->u.match->match(skb, par) ? EBT_MATCH : EBT_NOMATCH; } static inline int ebt_dev_check(char *entry, const struct net_device *device)