UDP socket disconnect problem

2010-09-28 Thread dave jones
Hello, In Linux, I can disconnect the socket using: sa.sin_family = AF_UNSPEC; val = connect(sockfd, (struct sockaddr *)&sa, sizeof(sa)); the return value of val is 0; on freebsd, the return value of connect() is -1. According to Linux's connect(2) man page: Connectionless sockets may dissolve t

Re: Re: VIMAGE + NDIS

2010-09-28 Thread Paul B Mahol
On 9/27/10, Julian Elischer wrote: > anyone here have NDIS experience? > > On 9/27/10 10:51 AM, Nikos Vassiliadis wrote: >> Julian Elischer wrote: #10 0xc0978200 in rt_dispatch (m=0xc764ad00, sa=0x0) at /usr/src/sys/net/rtsock.c:1374 1374if (V_loif) (kgdb)

Re: bge watchdog timeout errors FreeBSD 7.3

2010-09-28 Thread a . smith
Quoting Pyun YongHyeon : Oops, sorry. I forgot one more chunk. You need to apply this one in addition to two patches. http://svn.freebsd.org/viewvc/base/stable/7/sys/dev/bge/if_bgereg.h?r1=202861&r2=208995&view=patch Hi, Ok I have installed the patches, and rebuilt the kernel. Unfortunat

[PATCH] Netdump for review and testing -- preliminary version

2010-09-28 Thread Attilio Rao
In the last weeks I worked for porting the netdump infrastructure to FreeBSD-CURRENT on the behalf of Sandvine Incorporated. Netdump is a framework that aims for handling kernel coredumps over the TCP/IP suite in order to dump to a separate machine than the running one. That may be used on an inter

Re: Default gateway on different net

2010-09-28 Thread Lasse Brandt
Sorry for the late reply, On 24. Sep 2010, at 12:56 , Lars Eggert wrote: > This seems very complex. Have you simply tried: > > ipv6_defaultrouter="2a01:::3180::1" > ipv6_ifconfig_re0="2a01:::3183::1 prefixlen 64" Yes - but you can't add a defaultroute to an ip not on the same sub

Re: bge watchdog timeout errors FreeBSD 7.3

2010-09-28 Thread Pyun YongHyeon
On Tue, Sep 28, 2010 at 01:24:45PM +0100, a.sm...@ukgrid.net wrote: > Quoting Pyun YongHyeon : > > >Oops, sorry. I forgot one more chunk. You need to apply this one in > >addition to two patches. > >http://svn.freebsd.org/viewvc/base/stable/7/sys/dev/bge/if_bgereg.h?r1=202861&r2=208995&view=patch

Re: bge watchdog timeout errors FreeBSD 7.3

2010-09-28 Thread a . smith
Quoting Pyun YongHyeon : However don't apply the patch to production box. Hi, actually the only server of this type is a production box, it was originally running FreeBSD 7.2 without issue but was upgraded when 7.2 went EOL. What would you recommend? I guess I can wait for this to be

Re: bge watchdog timeout errors FreeBSD 7.3

2010-09-28 Thread Pyun YongHyeon
On Tue, Sep 28, 2010 at 11:08:24PM +0100, a.sm...@ukgrid.net wrote: > Quoting Pyun YongHyeon : > > > However don't apply the patch to production box. > > > > Hi, > > actually the only server of this type is a production box, it was > originally running FreeBSD 7.2 without issue but was upgra

Re: Call for testers: RFC 5569 (6rd) support in stf(4)

2010-09-28 Thread Doug Barton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 9/22/2010 1:32 PM, Hiroki Sato wrote: | Hello, | | Can anyone try a patch for adding 6rd (RFC 5569) support to stf(4)? Well I don't want to be "Mr. Negativity," but I'd like to suggest that adding this support is the wrong way to go. STF and t

Re: kern/149804: [icmp] [panic] ICMP redirect on causes "panic: rtqkill route really not free"

2010-09-28 Thread delphij
Synopsis: [icmp] [panic] ICMP redirect on causes "panic: rtqkill route really not free" State-Changed-From-To: open->patched State-Changed-By: delphij State-Changed-When: Wed Sep 29 05:55:38 UTC 2010 State-Changed-Why: A bandaid have been committed against -HEAD. Responsible-Changed-From-To: f