All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH nft 0/3] make the mss and wscale fields optional for synproxy object
@ 2025-07-04 11:39 Zhongqiu Duan
  2025-07-04 11:39 ` [PATCH nft 1/3] src: " Zhongqiu Duan
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Zhongqiu Duan @ 2025-07-04 11:39 UTC (permalink / raw)
  To: coreteam, netfilter-devel
  Cc: Pablo Neira Ayuso, Jozsef Kadlecsik, Florian Westphal,
	Simon Horman, Fernando Fernandez Mancera, Zhongqiu Duan

Patch 1 makes the fields of the synproxy object optional during parsing and
printing. It also makes the order of the fields during parsing insensitive.

Patch 2/3 to print the synproxy more pretty.

Zhongqiu Duan (3):
  src: make the mss and wscale fields optional for synproxy object
  src: do not print unnecessary space for the synproxy object
  src: only print the mss and wscale of synproxy if they are present

 src/json.c                             |  9 ++--
 src/parser_bison.y                     | 63 ++++++++------------------
 src/parser_json.c                      | 26 +++++++----
 src/rule.c                             |  4 +-
 src/statement.c                        |  2 +-
 tests/shell/testcases/json/single_flag |  4 +-
 6 files changed, 48 insertions(+), 60 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-07-04 14:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-04 11:39 [PATCH nft 0/3] make the mss and wscale fields optional for synproxy object Zhongqiu Duan
2025-07-04 11:39 ` [PATCH nft 1/3] src: " Zhongqiu Duan
2025-07-04 12:27   ` Florian Westphal
2025-07-04 14:46     ` Zhongqiu Duan
2025-07-04 11:39 ` [PATCH nft 2/3] src: do not print unnecessary space for the " Zhongqiu Duan
2025-07-04 14:56   ` Zhongqiu Duan
2025-07-04 11:39 ` [PATCH nft 3/3] src: only print the mss and wscale of synproxy if they are present Zhongqiu Duan
2025-07-04 11:54   ` Florian Westphal
2025-07-04 12:11     ` Zhongqiu Duan
2025-07-04 12:21       ` Florian Westphal

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.