Revision b86891b1
Added by Jim Pingle almost 6 years ago
src/usr/local/www/diag_packet_capture.php | ||
---|---|---|
523 | 523 |
} |
524 | 524 |
|
525 | 525 |
if (in_array($proto, $protos)) { |
526 |
$matches[] = fixup_not($proto);
|
|
526 |
$matches[] = fixup_not(str_replace('carp', 'proto 112', $proto));
|
|
527 | 527 |
} |
528 | 528 |
|
529 | 529 |
if ($port != "") { |
Also available in: Unified diff
Allow packet capture to match IPv4+IPv6 CARP. Fixes #9867