All of lore.kernel.org
 help / color / mirror / Atom feed
* guided option parser, run 7
@ 2011-05-11 13:52 Jan Engelhardt
  2011-05-11 13:52 ` [PATCH 01/11] libip6t_mh: use guided option parser Jan Engelhardt
                   ` (11 more replies)
  0 siblings, 12 replies; 17+ messages in thread
From: Jan Engelhardt @ 2011-05-11 13:52 UTC (permalink / raw)
  To: kaber; +Cc: netfilter-devel


The following changes since commit 8075493a00e06857147263574333df4073ea671b:

  Merge branch 'opts' of git://dev.medozas.de/iptables (2011-05-11 13:43:44 +0200)

are available in the git repository at:

  git://dev.medozas.de/iptables floating/opts

Jan Engelhardt (11):
      libip6t_mh: use guided option parser
      libip6t_rt: use guided option parser
      libxtables: XTTYPE_ETHERMAC support
      libxt_mac: use guided option parser
      libipt_CLUSTERIP: use guided option parser
      libxt_iprange: use guided option parser
      libipt_DNAT: use guided option parser
      libipt_SNAT: use guided option parser
      libipt_MASQUERADE: use guided option parser
      libipt_REDIRECT: use guided option parser
      libipt_SAME: use guided option parser

 extensions/libip6t_mh.c        |   44 ++++-------
 extensions/libip6t_rt.c        |  159 +++++++++++-----------------------------
 extensions/libipt_CLUSTERIP.c  |  157 +++++++++++++--------------------------
 extensions/libipt_DNAT.c       |   88 ++++++++++------------
 extensions/libipt_MASQUERADE.c |   48 +++++-------
 extensions/libipt_REDIRECT.c   |   62 ++++++---------
 extensions/libipt_SAME.c       |   82 ++++++++-------------
 extensions/libipt_SNAT.c       |   88 ++++++++++------------
 extensions/libxt_iprange.c     |  144 ++++++++++++++----------------------
 extensions/libxt_mac.c         |   80 +++++---------------
 include/xtables.h.in           |    3 +
 xtoptions.c                    |   26 +++++++
 12 files changed, 370 insertions(+), 611 deletions(-)

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

end of thread, other threads:[~2011-05-18 14:17 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-11 13:52 guided option parser, run 7 Jan Engelhardt
2011-05-11 13:52 ` [PATCH 01/11] libip6t_mh: use guided option parser Jan Engelhardt
2011-05-11 13:52 ` [PATCH 02/11] libip6t_rt: " Jan Engelhardt
2011-05-11 13:52 ` [PATCH 03/11] libxtables: XTTYPE_ETHERMAC support Jan Engelhardt
2011-05-11 13:52 ` [PATCH 04/11] libxt_mac: use guided option parser Jan Engelhardt
2011-05-11 13:52 ` [PATCH 05/11] libipt_CLUSTERIP: " Jan Engelhardt
2011-05-11 13:52 ` [PATCH 06/11] libxt_iprange: " Jan Engelhardt
2011-05-11 13:52 ` [PATCH 07/11] libipt_DNAT: " Jan Engelhardt
2011-05-18 13:58   ` Lutz Jaenicke
2011-05-18 14:00     ` Jan Engelhardt
2011-05-18 14:05       ` Lutz Jaenicke
2011-05-18 14:17         ` Jan Engelhardt
2011-05-11 13:52 ` [PATCH 08/11] libipt_SNAT: " Jan Engelhardt
2011-05-11 13:52 ` [PATCH 09/11] libipt_MASQUERADE: " Jan Engelhardt
2011-05-11 13:52 ` [PATCH 10/11] libipt_REDIRECT: " Jan Engelhardt
2011-05-11 13:52 ` [PATCH 11/11] libipt_SAME: " Jan Engelhardt
2011-05-12  9:14 ` guided option parser, run 7 Patrick McHardy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.