From: Kevin Vigouroux <ke.vigouroux@laposte.net>
To: netfilter@vger.kernel.org
Subject: Can't set meta priority for some packets in netdev family!
Date: Sun, 04 Aug 2024 15:08:56 +0200 [thread overview]
Message-ID: <87jzgw4eqf.fsf@laposte.net> (raw)
Hi!
The following rule mangles SSH packets but not ICMPv6 one.
table netdev filter {
chain egress {
type filter hook egress device "br-lan" priority filter; policy accept;
vlan id 10 ip6 daddr fdc0:7ceb:81a6::/48 meta priority set 0:6 counter packets 473 bytes 70912
}
}
Why?
I also tried to modify ICMPv6 packets explicitly in a netdev family table without success.
However, it works in an inet family table at the postrouting hook. I'm completely lost!!
--
Best regards,
Kevin Vigouroux
reply other threads:[~2024-08-04 13:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=87jzgw4eqf.fsf@laposte.net \
--to=ke.vigouroux@laposte.net \
--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 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.