Re: Patch to enable our tcpdump to handle CARP

2011-10-20 Thread Kevin Wilcox
On 20 October 2011 14:40, Arnaud Lacombe wrote: > any URL about the patch in question ? I cannot find anything in the > recent archives of freebsd-questions@ Hi Arnaud, my apologies, it was to freebsd-pf@ http://www.mail-archive.com/freebsd-pf@freebsd.org/msg04979.html kmw

Re: Patch to enable our tcpdump to handle CARP

2011-10-20 Thread Peter Jeremy
On 2011-Oct-19 16:20:27 -0400, George Neville-Neil wrote: >I've been trying to debug CARP problems of late. I noticed that our >tcpdump didn't have CARP support. bin/124825 includes patches to cover both pfsync & CARP. I have patched 8.x but can't recall if the patches still apply to 9.x/10.x.

Re: Patch to enable our tcpdump to handle CARP

2011-10-20 Thread Arnaud Lacombe
Hi, On Thu, Oct 20, 2011 at 12:12 PM, Kevin Wilcox wrote: > On 19 October 2011 16:20, George Neville-Neil wrote: > >> I've been trying to debug CARP problems of late. I noticed that our tcpdump >> didn't have CARP >> support.  I took and fixed some code from OpenBSD so that our tcpdump can >>

Re: Patch to enable our tcpdump to handle CARP

2011-10-20 Thread Kevin Wilcox
On 19 October 2011 16:20, George Neville-Neil wrote: > I've been trying to debug CARP problems of late. I noticed that our tcpdump > didn't have CARP > support.  I took and fixed some code from OpenBSD so that our tcpdump can > work with > CARP.  Unlike OpenBSD you have to specify -T carp to re

Re: Patch to enable our tcpdump to handle CARP

2011-10-20 Thread Dan Nelson
In the last episode (Oct 19), George Neville-Neil said: > I've been trying to debug CARP problems of late. I noticed that our > tcpdump didn't have CARP support. I took and fixed some code from OpenBSD > so that our tcpdump can work with CARP. Unlike OpenBSD you have to > specify -T carp to read

Patch to enable our tcpdump to handle CARP

2011-10-19 Thread George Neville-Neil
Howdy, I've been trying to debug CARP problems of late. I noticed that our tcpdump didn't have CARP support. I took and fixed some code from OpenBSD so that our tcpdump can work with CARP. Unlike OpenBSD you have to specify -T carp to read carp packets. In their version you specify -T VRRP,