Project

General

Profile

« Previous | Next » 

Revision b86891b1

Added by Jim Pingle almost 6 years ago

Allow packet capture to match IPv4+IPv6 CARP. Fixes #9867

View differences:

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