Hi, This patchset adds IPv4/v6 IPComp 'match' plugin to enables user setting ACTONs for IPcomp flows sepecified with SPI value. Corresponding iptables patchset will be sent here after soon. Fan Du (2): netfilter: add IPv4 IPComp extension match support netfilter: add IPv6 IPComp extension match support include/uapi/linux/netfilter_ipv4/ipt_comp.h | 18 ++++ include/uapi/linux/netfilter_ipv6/ip6t_comp.h | 18 ++++ net/ipv4/netfilter/Kconfig | 9 ++ net/ipv4/netfilter/Makefile | 1 + net/ipv4/netfilter/ipt_comp.c | 101 +++++++++++++++++++++++ net/ipv6/netfilter/Kconfig | 8 ++ net/ipv6/netfilter/Makefile | 1 + net/ipv6/netfilter/ip6t_comp.c | 110 +++++++++++++++++++++++++ 8 files changed, 266 insertions(+) create mode 100644 include/uapi/linux/netfilter_ipv4/ipt_comp.h create mode 100644 include/uapi/linux/netfilter_ipv6/ip6t_comp.h create mode 100644 net/ipv4/netfilter/ipt_comp.c create mode 100644 net/ipv6/netfilter/ip6t_comp.c -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html