All of lore.kernel.org
 help / color / mirror / Atom feed
* [iptables PATCH v3 0/6] Some more code de-duplication
@ 2021-12-16 12:58 Phil Sutter
  2021-12-16 12:58 ` [iptables PATCH v3 1/6] xshared: Share print_match_save() between legacy ip*tables Phil Sutter
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Phil Sutter @ 2021-12-16 12:58 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: netfilter-devel

No change in patches 1 to 3 and 6.

Patch 4 is new: Extend program_version field with variant string instead
of introducing a separate field. This made patch 5 a bit smaller, due to
less differences between basic_exit_err() and xtables_exit_error().

Phil Sutter (6):
  xshared: Share print_match_save() between legacy ip*tables
  xshared: Share a common printhelp function
  xshared: Share exit_tryhelp()
  xtables_globals: Embed variant name in .program_version
  libxtables: Extend basic_exit_err()
  iptables-*-restore: Drop pointless line reference

 iptables/ip6tables.c        | 157 ++----------------------------------
 iptables/iptables-restore.c |   2 +-
 iptables/iptables-save.c    |   2 +-
 iptables/iptables.c         | 157 ++----------------------------------
 iptables/xshared.c          | 143 ++++++++++++++++++++++++++++++++
 iptables/xshared.h          |   5 ++
 iptables/xtables-arp.c      |   4 +-
 iptables/xtables-eb.c       |  10 +--
 iptables/xtables-restore.c  |   2 +-
 iptables/xtables-save.c     |   2 +-
 iptables/xtables.c          | 135 +++----------------------------
 libxtables/xtables.c        |  12 +++
 12 files changed, 194 insertions(+), 437 deletions(-)

-- 
2.33.0


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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-16 12:58 [iptables PATCH v3 0/6] Some more code de-duplication Phil Sutter
2021-12-16 12:58 ` [iptables PATCH v3 1/6] xshared: Share print_match_save() between legacy ip*tables Phil Sutter
2021-12-16 12:58 ` [iptables PATCH v3 2/6] xshared: Share a common printhelp function Phil Sutter
2021-12-16 12:58 ` [iptables PATCH v3 3/6] xshared: Share exit_tryhelp() Phil Sutter
2021-12-16 12:58 ` [iptables PATCH v3 4/6] xtables_globals: Embed variant name in .program_version Phil Sutter
2021-12-16 12:58 ` [iptables PATCH v3 5/6] libxtables: Extend basic_exit_err() Phil Sutter
2021-12-16 12:58 ` [iptables PATCH v3 6/6] iptables-*-restore: Drop pointless line reference Phil Sutter
2021-12-16 13:12 ` [iptables PATCH v3 0/6] Some more code de-duplication Pablo Neira Ayuso

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.