>Well, I have had the same problem. The solution was in removing IPv6
>support. I have not done any futher investigations.
please file a bug report to sendmail.org.
itojun
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message
Hi,
Ihave a doubt regarding if->if_ioctl. My doubt is with reference to ipv6. Whenever a
solicited node multicast address is formed it is put the multicast address list by
calling in6_addmulti(). The in6_addmulti in turn calls if_addmulti() ( net/if.c ). The
if addmulti after putting the addres
> I have some NICs Forerunner LE 25 and I need a drive for Freebsd, does
> Anyone know where I can find it?
ftp://ftp.cs.ndsu.nodak.edu/pub/freebsd/atm/nicstar.tgz
Others discovered that the NICStAR runs out of large buffers with Fore
Switches running SPANS protocol. Another person f
BPF handling in if_simloop() is broken for every use except for
from looutput().
Why?
BPF write: BPF writes go through if_output, and if_simloop() is not an
if_output routine. This code should be in looutput().
BPF tap: if_simloop() prepends the header that BPF expects when it's
capturing on
I found the bug. The socket was IPv6, but the bind used an IPv4 sockaddr
struct. Patch attached.
Sean
---
[EMAIL PROTECTED]
PGP key: http://www.farley.org/~sean/pgp.key
--- daemon.c.orig Fri Apr 27 14:27:51 2001
+++ daemon.cFri Apr 27 14:28:14 2001
@@ -2012,7
On 27 Apr, Jonathan Fortin wrote:
= Hello,
=
= You can do etherchannel on freebsd with ng_one2many. Man it for more
= information, but briefly,
=
= It is used to load balance incoming and outgoing data in a round robin
= fashion across the interfaces that are added on the "hook".
Ok, the swit
Hello,
On Fri, 27 Apr 2001 [EMAIL PROTECTED] wrote:
> >Well, I have had the same problem. The solution was in removing IPv6
> >support. I have not done any futher investigations.
>
> please file a bug report to sendmail.org.
It seems Sean Farley has already done the patch. Thank you Sean
Alfred Perlstein writes:
> > I have the need to put together a somewhat largish VLAN router (larger than
> > I have done before) with about 35 interfaces. Has anyone put anything like
> > this together ? The box would be routing about 25-30Mb at peak rate. I
> > recall reading something