All of lore.kernel.org
 help / color / mirror / Atom feed
* [iptables PATCH 00/12] Misc fixes (more or less)
@ 2023-11-22 13:02 Phil Sutter
  2023-11-22 13:02 ` [iptables PATCH 01/12] Makefile: Install arptables-translate link and man page Phil Sutter
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Phil Sutter @ 2023-11-22 13:02 UTC (permalink / raw)
  To: netfilter-devel

This is early fallout from working on a merge of ebtables commandline
parsers with the shared one. It is a mix of actual bug fixes, small
improvements and an implementaion of --change-counters command for
ebtables-nft.

Phil Sutter (12):
  Makefile: Install arptables-translate link and man page
  nft-bridge: nft_bridge_add() uses wrong flags
  xshared: struct xt_cmd_parse::xlate is unused
  xshared: All variants support -v, update OPTSTRING_COMMON
  xshared: Drop needless assignment in --help case
  xshared: Drop pointless CMD_REPLACE check
  tests: xlate: Print failing command line
  ebtables: Drop append_entry() wrapper
  ebtables: Make ebt_load_match_extensions() static
  ebtables: Align line number formatting with legacy
  xshared: do_parse: Ignore '-j CONTINUE'
  ebtables: Implement --change-counters command

 iptables/Makefile.am                          |  11 +-
 iptables/nft-bridge.c                         |   6 +-
 iptables/nft-bridge.h                         |   1 -
 iptables/nft-cmd.c                            |  20 ++++
 iptables/nft-cmd.h                            |  12 +++
 iptables/nft.c                                |  65 +++++++++++
 iptables/nft.h                                |   1 +
 .../testcases/ebtables/0010-change-counters_0 |  45 ++++++++
 iptables/xshared.c                            |  11 +-
 iptables/xshared.h                            |   9 +-
 iptables/xtables-eb.c                         | 102 ++++++++++--------
 iptables/xtables-translate.8                  |  12 ++-
 iptables/xtables-translate.c                  |   1 -
 xlate-test.py                                 |   5 +-
 14 files changed, 229 insertions(+), 72 deletions(-)
 create mode 100755 iptables/tests/shell/testcases/ebtables/0010-change-counters_0

-- 
2.41.0


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

end of thread, other threads:[~2023-11-23 16:55 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-22 13:02 [iptables PATCH 00/12] Misc fixes (more or less) Phil Sutter
2023-11-22 13:02 ` [iptables PATCH 01/12] Makefile: Install arptables-translate link and man page Phil Sutter
2023-11-22 13:02 ` [iptables PATCH 02/12] nft-bridge: nft_bridge_add() uses wrong flags Phil Sutter
2023-11-22 13:02 ` [iptables PATCH 03/12] xshared: struct xt_cmd_parse::xlate is unused Phil Sutter
2023-11-22 13:02 ` [iptables PATCH 04/12] xshared: All variants support -v Phil Sutter
2023-11-22 13:02 ` [iptables PATCH 05/12] xshared: Drop needless assignment in --help case Phil Sutter
2023-11-22 13:02 ` [iptables PATCH 06/12] xshared: Drop pointless CMD_REPLACE check Phil Sutter
2023-11-22 13:02 ` [iptables PATCH 07/12] tests: xlate: Print failing command line Phil Sutter
2023-11-22 13:02 ` [iptables PATCH 08/12] ebtables: Drop append_entry() wrapper Phil Sutter
2023-11-22 13:02 ` [iptables PATCH 09/12] ebtables: Make ebt_load_match_extensions() static Phil Sutter
2023-11-22 13:02 ` [iptables PATCH 10/12] ebtables: Align line number formatting with legacy Phil Sutter
2023-11-22 13:02 ` [iptables PATCH 11/12] xshared: do_parse: Ignore '-j CONTINUE' Phil Sutter
2023-11-22 13:02 ` [iptables PATCH 12/12] ebtables: Implement --change-counters command Phil Sutter
2023-11-23 16:55 ` [iptables PATCH 00/12] Misc fixes (more or less) Phil Sutter

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.