All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH nft 0/2] Fix display of < 64 bits IPv6 masks in concatenated elements
@ 2021-05-05 22:23 Stefano Brivio
  2021-05-05 22:23 ` [PATCH nft 1/2] segtree: Fix range_mask_len() for subnet ranges exceeding unsigned int Stefano Brivio
  2021-05-05 22:23 ` [PATCH nft 2/2] tests: Introduce 0043_concatenated_ranges_1 for subnets of different sizes Stefano Brivio
  0 siblings, 2 replies; 6+ messages in thread
From: Stefano Brivio @ 2021-05-05 22:23 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: PetrB, netfilter-devel

Patch 1/2 fixes the issue reported by PetrB, and patch 2/2 introduces a
test case for IPv4 and IPv6 ranges of different lengths in concatenated
set elements.

Stefano Brivio (2):
  segtree: Fix range_mask_len() for subnet ranges exceeding unsigned int
  tests: Introduce 0043_concatenated_ranges_1 for subnets of different
    sizes

 src/segtree.c                                 |  4 ++--
 .../testcases/sets/0043concatenated_ranges_1  | 23 +++++++++++++++++++
 2 files changed, 25 insertions(+), 2 deletions(-)
 create mode 100755 tests/shell/testcases/sets/0043concatenated_ranges_1

-- 
2.30.2


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

end of thread, other threads:[~2021-05-06 11:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-05 22:23 [PATCH nft 0/2] Fix display of < 64 bits IPv6 masks in concatenated elements Stefano Brivio
2021-05-05 22:23 ` [PATCH nft 1/2] segtree: Fix range_mask_len() for subnet ranges exceeding unsigned int Stefano Brivio
2021-05-06  9:18   ` Phil Sutter
2021-05-06 10:00     ` Stefano Brivio
2021-05-06 11:18       ` Phil Sutter
2021-05-05 22:23 ` [PATCH nft 2/2] tests: Introduce 0043_concatenated_ranges_1 for subnets of different sizes Stefano Brivio

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.