netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mikhail Sennikovsky <mikhail.sennikovskii@ionos.com>
To: netfilter-devel@vger.kernel.org, pablo@netfilter.org,
	mikhail.sennikovsky@gmail.com
Cc: Mikhail Sennikovsky <mikhail.sennikovskii@ionos.com>
Subject: [PATCH 0/6] conntrack: fixes for handling unknown protocols
Date: Thu, 23 Jun 2022 19:49:54 +0200	[thread overview]
Message-ID: <20220623175000.49259-1-mikhail.sennikovskii@ionos.com> (raw)

Hi Pablo & all,

Here is a set of fixes and test cases for handling ct entries of
protocols unknown to the conntrack tool.
The six commits are organized in a way: a commit with a testcase
showing an issue, followed by a commit fixing the issue.

Comments/suggestions are very welcome as always.

Regards,
Mikhail

Mikhail Sennikovsky (6):
  tests/conntrack: ct create for unknown protocols
  conntrack: set reply l4 proto for unknown protocol
  tests/conntrack: invalid protocol values
  conntrack: fix protocol number parsing
  tests/conntrack: ct -o save for unknown protocols
  conntrack: fix -o save dump for unknown protocols

 extensions/libct_proto_unknown.c    | 11 ++++++++++
 src/conntrack.c                     | 33 ++++++++++++++++++++++++++---
 tests/conntrack/testsuite/00create  | 32 ++++++++++++++++++++++++++++
 tests/conntrack/testsuite/09dumpopt | 26 +++++++++++++++++++++++
 4 files changed, 99 insertions(+), 3 deletions(-)

-- 
2.25.1


             reply	other threads:[~2022-06-23 18:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-23 17:49 Mikhail Sennikovsky [this message]
2022-06-23 17:49 ` [PATCH 1/6] tests/conntrack: ct create for unknown protocols Mikhail Sennikovsky
2022-06-23 17:49 ` [PATCH 2/6] conntrack: set reply l4 proto for unknown protocol Mikhail Sennikovsky
2022-06-23 19:30   ` Pablo Neira Ayuso
2022-06-23 17:49 ` [PATCH 3/6] tests/conntrack: invalid protocol values Mikhail Sennikovsky
2022-06-23 19:29   ` Pablo Neira Ayuso
2022-06-23 17:49 ` [PATCH 4/6] conntrack: fix protocol number parsing Mikhail Sennikovsky
2022-06-23 19:29   ` Pablo Neira Ayuso
2022-06-23 17:49 ` [PATCH 5/6] tests/conntrack: ct -o save for unknown protocols Mikhail Sennikovsky
2022-06-23 19:28   ` Pablo Neira Ayuso
2022-06-23 17:50 ` [PATCH 6/6] conntrack: fix -o save dump " Mikhail Sennikovsky
2022-06-23 19:27   ` Pablo Neira Ayuso

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=20220623175000.49259-1-mikhail.sennikovskii@ionos.com \
    --to=mikhail.sennikovskii@ionos.com \
    --cc=mikhail.sennikovsky@gmail.com \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pablo@netfilter.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).