commit | 5fa2a7601f994bdd034e871b7ea1abd6969fbb6c | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Tue Aug 22 00:43:55 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Fri Sep 22 14:55:37 2006 -0700 |
tree | 79c5294c070494498728f7f36f1ea424bf52ad8f | |
parent | 91270cf81765152f6e77953440beb4d3b34a71b5 [diff] |
[NETFILTER]: ip6_tables: consolidate dst and hbh matches The matches are identical besides one looking for NEXTHDR_HOP, the other for NEXTHDR_DEST. Remove ip6t_dst.c and handle both in ip6t_hbh.c. Signed-off-by: Patrick McHardy <kaber@trash,net> Signed-off-by: David S. Miller <davem@davemloft.net>