* Can't set meta priority for some packets in netdev family!
@ 2024-08-04 13:08 Kevin Vigouroux
0 siblings, 0 replies; only message in thread
From: Kevin Vigouroux @ 2024-08-04 13:08 UTC (permalink / raw)
To: netfilter
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-08-04 13:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-04 13:08 Can't set meta priority for some packets in netdev family! Kevin Vigouroux
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox