[Bug 280701] FreeBSD-SA-24:05 fix breaks ICMP/ICMP6 states handling in pf firewall (ping, traceroute)

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 12 Aug 2024 08:07:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280701

Artem Viklenko <artem@viklenko.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |artem@viklenko.net

--- Comment #8 from Artem Viklenko <artem@viklenko.net> ---
Have same issues after upgrading to 13.3-RELEASE-p5.
from router:
$ mtr -wrn -c 10 -4 8.8.8.8
Start: 2024-08-12T11:04:48+0300
HOST: xxxx.viklenko.net Loss%   Snt   Last   Avg  Best  Wrst StDev
  1.|-- 10.99.0.2          0.0%    10    3.1   2.1   1.5   4.2   0.9
  2.|-- 142.250.162.106    0.0%    10   10.7  10.7  10.5  11.0   0.2
  3.|-- 142.250.238.59     0.0%    10    9.6  10.0   8.7  13.5   1.3
  4.|-- 74.125.245.84      0.0%    10   11.7  11.0   9.6  16.5   2.2
  5.|-- 142.251.224.82     0.0%    10   24.9  24.9  24.3  25.2   0.3
  6.|-- 142.251.77.181     0.0%    10   24.9  26.7  24.2  34.9   3.8
  7.|-- 192.178.72.181     0.0%    10   25.2  25.2  25.1  25.5   0.1
  8.|-- 172.253.65.37      0.0%    10   24.3  24.4  23.9  24.7   0.2
  9.|-- 8.8.8.8            0.0%    10   24.3  24.3  24.1  24.5   0.1

from host behind the router:
$ mtr -wrn -c 10 -4 8.8.8.8
Start: 2024-08-12T11:05:26+0300
HOST: xxx.viklenko.net Loss%   Snt   Last   Avg  Best  Wrst StDev
  1.|-- 192.168.32.62     0.0%    10    1.4   0.6   0.2   1.6   0.5
  2.|-- ???              100.0    10    0.0   0.0   0.0   0.0   0.0
  3.|-- ???              100.0    10    0.0   0.0   0.0   0.0   0.0
  4.|-- ???              100.0    10    0.0   0.0   0.0   0.0   0.0
  5.|-- ???              100.0    10    0.0   0.0   0.0   0.0   0.0
  6.|-- ???              100.0    10    0.0   0.0   0.0   0.0   0.0
  7.|-- ???              100.0    10    0.0   0.0   0.0   0.0   0.0
  8.|-- ???              100.0    10    0.0   0.0   0.0   0.0   0.0
  9.|-- ???              100.0    10    0.0   0.0   0.0   0.0   0.0
 10.|-- 8.8.8.8           0.0%    10   24.4  24.4  23.8  24.8   0.3

-- 
You are receiving this mail because:
You are the assignee for the bug.