Re: Much improved sosend_*() functions

2006-09-30 Thread Bruce Evans
On Fri, 29 Sep 2006, John-Mark Gurney wrote: Andre Oppermann wrote this message on Fri, Sep 29, 2006 at 23:59 +0200: mbufs are 256 bytes. Hmmm.. I keep getting this confused... maybe because there was discussion about increasing this a few years back... or maybe because NOTES has it as 512..

Re: Does mpd (multi-link PPP daemon) support IPv6?

2006-09-30 Thread Alexander Motin
Hi. At this time mpd does not yet support IPv6CP. Blue wrote: I want to know whether mpd (multi-link PPP daemon) could possibly support IPv6. When I want to establish a PPTP connection with a PPTP server running mpd, could I use IPv6CP instead of IPv4CP to set up the PPP? If it supports, how

ipv6 and magically vanishing routes via gif0

2006-09-30 Thread Stefan `Sec` Zehl
Hi, I just upgraded from FreeBSD-5 to -6, and now my default route via gif0 vanishes after 7 seconds. | ice:~#ifconfig gif0 | gif0: flags=8051 mtu 1280 | tunnel inet 194.77.85.2 --> 193.149.44.208 | inet6 fe80::20e:a6ff:fe04:ea37%gif0 prefixlen 64 scopeid 0x14 | inet6 2001

Re: ipv6 and magically vanishing routes via gif0

2006-09-30 Thread Motoyuki Konno
Hi, I had the same problem on my FreeBSD 6-STABLE box. Fix was already committed to -current (src/sys/netinet6/nd6.c rev 1.69), but not yet to 6-STABLE. Try src/sys/netinet6/nd6.c rev 1.48.2.13 (older version) instead of 1.48.2.14. -- motoyuki Stefan `Sec` Zehl <[EMAIL PROTECTED]> wrote: > Hi,