Files
src/sbin
Boris Lytochkin 3d39eadcde ipfw: fix IPv6 flow label matching
* do not require just only ip6 proto for flow-id opcode in ipfw(8).
  ipv6-icmp, tcp, udp should be fine too.
* fix off-by-one bug leading to out-of-bounds read.
* apply IPV6_FLOWLABEL_MASK before comparison in flow6id_match(),
  so flow-id opcode will match a specified flow label. No need to
  take protocol version and traffic class into account.
* add the test to verify that opcode is working correctly.

Reviewed by:	pouria
Obtained from:	Yandex LLC
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D56869
2026-05-12 10:44:10 +03:00
..
2026-04-30 22:35:07 +02:00
2025-10-14 21:03:57 -07:00
2026-04-20 17:22:57 -04:00
2026-05-12 10:44:10 +03:00
2026-01-22 19:16:45 +01:00
2026-05-03 21:51:50 +00:00
2025-12-20 00:26:37 +01:00
2026-04-11 21:23:08 +02:00