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]
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
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
[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