commit | 656caff20e12ba6e07b4bf342641df5ab33b4e49 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Mon Jan 12 00:06:04 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 12 21:18:34 2009 -0800 |
tree | 67170a077bc0b4e5175afea32758ffd322df15f8 | |
parent | 47e0e1ca13d64eeeb687995fbe4e239e743d7544 [diff] |
netfilter 04/09: x_tables: fix match/target revision lookup Commit 55b69e91 (netfilter: implement NFPROTO_UNSPEC as a wildcard for extensions) broke revision probing for matches and targets that are registered with NFPROTO_UNSPEC. Fix by continuing the search on the NFPROTO_UNSPEC list if nothing is found on the af-specific lists. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>