[NETFILTER]: ip6_tables: consolidate dst and hbh matches
commit5fa2a7601f994bdd034e871b7ea1abd6969fbb6c
authorPatrick McHardy <kaber@trash.net>
Tue, 22 Aug 2006 07:43:55 +0000 (22 00:43 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 22 Sep 2006 21:55:37 +0000 (22 14:55 -0700)
tree79c5294c070494498728f7f36f1ea424bf52ad8f
parent91270cf81765152f6e77953440beb4d3b34a71b5
[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>
net/ipv6/netfilter/Makefile
net/ipv6/netfilter/ip6t_dst.c [deleted file]
net/ipv6/netfilter/ip6t_hbh.c