netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Fan Du <fan.du@windriver.com>
To: <pablo@netfilter.org>
Cc: <davem@davemloft.net>, <netfilter-devel@vger.kernel.org>,
	<netdev@vger.kernel.org>
Subject: [PATCH 0/2] iptables: IPv4/v6 IPcomp match support
Date: Fri, 13 Dec 2013 20:18:40 +0800	[thread overview]
Message-ID: <1386937122-30453-1-git-send-email-fan.du@windriver.com> (raw)

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


             reply	other threads:[~2013-12-13 12:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-13 12:18 Fan Du [this message]
2013-12-13 12:18 ` [PATCH 1/2] iptables: Add IPv4 IPcomp match support Fan Du
2013-12-13 12:18 ` [PATCH 2/2] iptables: Add IPv6 " Fan Du

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1386937122-30453-1-git-send-email-fan.du@windriver.com \
    --to=fan.du@windriver.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pablo@netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).