From: Stefano Brivio <sbrivio@redhat.com>
To: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: PetrB <petr.boltik@gmail.com>, netfilter-devel@vger.kernel.org
Subject: [PATCH nft 0/2] Fix display of < 64 bits IPv6 masks in concatenated elements
Date: Thu, 6 May 2021 00:23:12 +0200 [thread overview]
Message-ID: <cover.1620252768.git.sbrivio@redhat.com> (raw)
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
next reply other threads:[~2021-05-05 22:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-05 22:23 Stefano Brivio [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1620252768.git.sbrivio@redhat.com \
--to=sbrivio@redhat.com \
--cc=netfilter-devel@vger.kernel.org \
--cc=pablo@netfilter.org \
--cc=petr.boltik@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.