netfilter.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kerin Millar <kfm@plushkava.net>
To: Michael Deegan <michael@deegan.id.au>
Cc: Eric <evil.function@proton.me>, netfilter@vger.kernel.org
Subject: Re: wiki documentation error (derp, false alarm...)
Date: Mon, 26 Jun 2023 02:08:27 +0100	[thread overview]
Message-ID: <20230626020827.f47c365baa90a799cca72a4e@plushkava.net> (raw)
In-Reply-To: <ZJjg9hFCfLe07dDc@deegan.id.au>

On Mon, 26 Jun 2023 08:51:02 +0800
Michael Deegan <michael@deegan.id.au> wrote:

> > To decipher the parts of the match expression, this might help (scan for "transport header").
> > 
> > https://wiki.nftables.org/wiki-nftables/index.php/Matching_packet_headers
> 
> Ta, I'll (re)read this in the hope of getting better understanding of the
> grammar, which I'll need to do if I'm to work out why changing my table from
> "ip" to "inet" at the top of my ruleset breaks everything even though the
> ruleset loads fine. 😅

Note that "ip protocol" constitutes an IPv4 header expression. It can be replaced with "meta l4proto", in which case the rule(s) will apply for both IPv4 and IPv6.

-- 
Kerin Millar

      reply	other threads:[~2023-06-26  1:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-25  6:45 wiki documentation error Michael Deegan
2023-06-25 21:04 ` Kerin Millar
2023-06-25 21:50   ` Eric
2023-06-26  0:51     ` wiki documentation error (derp, false alarm...) Michael Deegan
2023-06-26  1:08       ` Kerin Millar [this message]

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=20230626020827.f47c365baa90a799cca72a4e@plushkava.net \
    --to=kfm@plushkava.net \
    --cc=evil.function@proton.me \
    --cc=michael@deegan.id.au \
    --cc=netfilter@vger.kernel.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 read-only IMAP folder(s) and NNTP newsgroup(s).