Actions
Bug #14376
closedPacket captures can fail to start on loopback and encapsulated IP interfaces
Start date:
05/11/2023
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
23.05
Release Notes:
Force Exclusion
Affected Version:
2.7.0
Affected Architecture:
All
Description
Packet capture fails to start if interface is enc0 (IPSec) and any custom filter configuration present.
"Any" type filters run normally.
tested on Version 23.05-RC (amd64)
built on Thu May 11 06:04:57 UTC 2023
FreeBSD 14.0-CURRENT
I assume it tries to run the 'not vlan' option on enc0 and gets this result:
[23.05-RC][admin@pfSense.home.arpa]/root: /usr/sbin/tcpdump -ni enc0 -c 1000 -U -w - '((host 10.0.1.2)) and ((not vlan))'
tcpdump: no VLAN support for OpenBSD encapsulated IP
Actions