carp oddness... BACKUP is ARPing!

2008-05-15 Thread Rudy
The CARP in BACKUP is arping... why? Rudy First, arp -d ns2, then ping ns2 to refresh arp to machine testing. # arp ns2; arp jamon; arp cabrillo ns2.monkeybrains.NET (208.69.40.4) at 00:30:48:88:e7:98 on em0 [ethernet] jamon.monkeybrains.NET (208.69.40.5) at 00:15:f2:4b:60:49 on em0 [ethernet]

Re: How to inject fullsize 802.1q-tagged frame through BPF?

2008-05-15 Thread Sam Leffler
Eugene Perevyazko wrote: Hello, I have an ethernet interface with several vlans on it (FreeBSD 6.2-RELEASE #0). My program opens BPF on the parent device, receives tagged frames and responds by writing tagged frame to the BPF fd. It all works good, until size of response frame w/o tag becomes

How to inject fullsize 802.1q-tagged frame through BPF?

2008-05-15 Thread Eugene Perevyazko
Hello, I have an ethernet interface with several vlans on it (FreeBSD 6.2-RELEASE #0). My program opens BPF on the parent device, receives tagged frames and responds by writing tagged frame to the BPF fd. It all works good, until size of response frame w/o tag becomes larger than 1496 bytes (1

Re: Proposed patch to the kernel and to netstat...

2008-05-15 Thread Bruce M. Simpson
[EMAIL PROTECTED] wrote: ... Please email me comments. I'd like to commit this to HEAD soon. It can't be put into 7 without removing the cluster and mbuf counting, but I might do that as well if there is interest. People writing servers are going to find the watermark stuff useful. I'm th