Actions
Bug #10183
closeddiag_packet_capture.php: Capture for 'pfsync' fails
Start date:
01/13/2020
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
All
Description
On diag_packet_capture.php, attempting to capture traffic fails when the protocol is set to 'pfsync'.
This happens on 2.4.5 and 2.5.0, with an error similar to:
Warning: filesize(): stat failed for /root/packetcapture.cap in /usr/local/www/diag_packet_capture.php on line 537
It appears to fail silently on 2.4.4-p3 as well. The command it forms yields a syntax error when attempted directly at the command line.
Looks like it needs a protocol fixup similar to ospf/carp.
To me, I'm working on a fix.
Updated by Jim Pingle almost 5 years ago
- Status changed from Confirmed to In Progress
Updated by Jim Pingle almost 5 years ago
- Category changed from Diagnostics to Packet Capture
Updated by Jim Pingle almost 5 years ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 100
Applied in changeset 1d2dbda287ecf650f5957689bd2346adb98f6360.
Updated by Raul Ramos almost 5 years ago
With the combination Address family: IPv4 and ARP protocol i have the same warning
Updated by Jim Pingle almost 5 years ago
- Status changed from Feedback to In Progress
Updated by Jim Pingle almost 5 years ago
- Status changed from In Progress to Feedback
Applied in changeset 27f52f5385a46f3896b08a7a90258be43fadb8de.
Updated by Jim Pingle almost 5 years ago
- Status changed from Feedback to Resolved
Works fine on 2.4.5.a.20200114.0923
Actions