[NETFILTER]: ip6_tables: support MH match
authorMasahide NAKAMURA <nakam@linux-ipv6.org>
Wed, 7 Feb 2007 23:12:57 +0000 (15:12 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 8 Feb 2007 20:39:21 +0000 (12:39 -0800)
commita0ca215a730b2c4d5024143e64b0d80d50858667
treeaa577de7d8032740e3340029ae35a56f79b6a61a
parente60a13e030867078f3c9fef8dca6cd8a5b883478
[NETFILTER]: ip6_tables: support MH match

This introduces match for Mobility Header (MH) described by Mobile IPv6
specification (RFC3775). User can specify the MH type or its range to be
matched.

Signed-off-by: Masahide NAKAMURA <nakam@linux-ipv6.org>
Signed-off-by: Yasuyuki Kozakai <kozakai@linux-ipv6.org>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter_ipv6/ip6t_mh.h [new file with mode: 0644]
net/ipv6/netfilter/Kconfig
net/ipv6/netfilter/Makefile
net/ipv6/netfilter/ip6t_mh.c [new file with mode: 0644]