netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] iptables: IPv4/v6 IPcomp match support
@ 2013-12-13 12:18 Fan Du
  2013-12-13 12:18 ` [PATCH 1/2] iptables: Add IPv4 " Fan Du
  2013-12-13 12:18 ` [PATCH 2/2] iptables: Add IPv6 " Fan Du
  0 siblings, 2 replies; 3+ messages in thread
From: Fan Du @ 2013-12-13 12:18 UTC (permalink / raw)
  To: pablo; +Cc: davem, netfilter-devel, netdev

Hi,

This patchset provides user with simple commands to set ACTONs
for IPcomp flow. This feature needs a kernel modules ipt_comp
and ip6t_comp to be installed first.

Fan Du (2):
  iptables: Add IPv4 IPcomp match support
  iptables: Add IPv6 IPcomp match support

 extensions/libip6t_ipcomp.c              |  115 +++++++++++++++++++++++++++++
 extensions/libip6t_ipcomp.man            |    7 ++
 extensions/libipt_ipcomp.c               |  116 ++++++++++++++++++++++++++++++
 extensions/libipt_ipcomp.man             |    7 ++
 include/linux/netfilter_ipv4/ipt_comp.h  |   18 +++++
 include/linux/netfilter_ipv6/ip6t_comp.h |   18 +++++
 6 files changed, 281 insertions(+)
 create mode 100644 extensions/libip6t_ipcomp.c
 create mode 100644 extensions/libip6t_ipcomp.man
 create mode 100644 extensions/libipt_ipcomp.c
 create mode 100644 extensions/libipt_ipcomp.man
 create mode 100644 include/linux/netfilter_ipv4/ipt_comp.h
 create mode 100644 include/linux/netfilter_ipv6/ip6t_comp.h

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-12-13 12:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-13 12:18 [PATCH 0/2] iptables: IPv4/v6 IPcomp match support Fan Du
2013-12-13 12:18 ` [PATCH 1/2] iptables: Add IPv4 " Fan Du
2013-12-13 12:18 ` [PATCH 2/2] iptables: Add IPv6 " Fan Du

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).