carp backup host replies to arp-request

2005-11-16 Thread Kazuaki Oda
Hi list, I have set up 2 routers with FreeBSD 6.0-RELEASE. They are using carp interfaces, so one is a master router and another is a backup. They seemed to work fine, but a few days later I noticed that not only master router but also backup router replies to arp-requests of the common IP addres

Re: Intel 82572EI

2005-11-16 Thread Julian Elischer
Iasen Kostov wrote: On Wed, 2005-11-16 at 09:40 -0800, Julian Elischer wrote: Iasen Kostov wrote: When will if_em support 82572EI (and 82572 in general). I saw this http://archives.neohapsis.com/archives/openbsd/cvs/2005-10/0235.html from which is this quote: "Sy

Re: egress interface index lookup through a route SACK_RAW socket call

2005-11-16 Thread Ruslan Ermilov
On Wed, Nov 16, 2005 at 10:06:27AM -0800, Martin wrote: > What / how do I construct a routing raw socket call to retrieve the > outgoing interface index for a particular route that is destined out of > an interface other than Ethernet such as a point to point? > > With Ethernet interfaces I was a

Re: Intel 82572EI

2005-11-16 Thread Iasen Kostov
On Wed, 2005-11-16 at 09:40 -0800, Julian Elischer wrote: > Iasen Kostov wrote: > > > When will if_em support 82572EI (and 82572 in general). > >I saw this > >http://archives.neohapsis.com/archives/openbsd/cvs/2005-10/0235.html > > > >from which is this quote: > >"Sync up to Intel's latest Fre

egress interface index lookup through a route SACK_RAW socket call

2005-11-16 Thread Martin
What / how do I construct a routing raw socket call to retrieve the outgoing interface index for a particular route that is destined out of an interface other than Ethernet such as a point to point? With Ethernet interfaces I was able to contruct a rt_msghdr with RTM_GET and RTA_DST- retrieve the

Re: Intel 82572EI

2005-11-16 Thread Julian Elischer
Iasen Kostov wrote: When will if_em support 82572EI (and 82572 in general). I saw this http://archives.neohapsis.com/archives/openbsd/cvs/2005-10/0235.html from which is this quote: "Sync up to Intel's latest FreeBSD em driver which adds support for the 82571 and 82572 PCI Express chip

Intel 82572EI

2005-11-16 Thread Iasen Kostov
When will if_em support 82572EI (and 82572 in general). I saw this http://archives.neohapsis.com/archives/openbsd/cvs/2005-10/0235.html from which is this quote: "Sync up to Intel's latest FreeBSD em driver which adds support for the 82571 and 82572 PCI Express chips." but I can't find s

Re: hello, everyone , i have another question

2005-11-16 Thread Robert Watson
On Wed, 16 Nov 2005, Clark Gaylord wrote: Jon wrote: I offten discover what such "/* XXX */ " annotate in source code of freebsd. what mean is "XXX"? These are "equivocation marks". They are placeholders for "I'm not sure I want to do this and want an easy way to find it again so I can u

Re: hello, everyone , i have another question

2005-11-16 Thread Clark Gaylord
Jon wrote: I offten discover what such "/* XXX */ " annotate in source code of freebsd. what mean is "XXX"? These are "equivocation marks". They are placeholders for "I'm not sure I want to do this and want an easy way to find it again so I can undo it." Usually the intention is to co

hello, everyone , i have another question

2005-11-16 Thread Jon
I offten discover what such "/* XXX */ " annotate in source code of freebsd。what mean is "XXX"? think you very much!___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL

Re: Fix for ports/net/acx100 NIC driver to compile in 6.0?

2005-11-16 Thread Andrew Thompson
On Tue, Nov 15, 2005 at 08:42:06PM +0100, Alexander Leidinger wrote: > Hi, > > does someone know about a fix for the net/acx100 port to let it compile > on 6.0? It seems the NIC API has changed and the port doesn't know how > to cope with this. > > A pointer to a diff which shows how to adapt ano