Re: cvs commit: src/sys/netinet6 esp_camellia.c

2007-05-09 Thread gnn
At Wed, 9 May 2007 23:19:55 + (UTC), Matt Jacob wrote: > > mjacob 2007-05-09 23:19:55 UTC > > FreeBSD src repository > > Modified files: > sys/netinet6 esp_camellia.c > Log: > Need sys/cdevs.h for the macro FBSDID to work. > Thanks. Pointy hat to, George __

Re: cvs commit: src/sys/netinet6 in6.h in6_proto.c route6.c

2007-04-24 Thread gnn
At Tue, 24 Apr 2007 19:43:25 +0200, Simon L. Nielsen wrote: > > > Can you "MTC" this so we can turn off and on RH0 processing on current > > > systems? It would greatly simplify things for me if I didn't have to > > > build two kernels and move back and forth to test things. > > > > +1 ... also is

Re: IPv6 breakage in recent changes - Re: cvs commit: src/sys/netinet tcp_syncache.c

2007-03-18 Thread gnn
gt; connections, at least over loopback (too tired to configure the > interfaces now), take 75 seconds to occur. So disabling ipv6 should > "fix" the problem. I'll ask gnn how he feels about that :-). With Andre's most recent changes what is the result? Also, is this all over

Re: cvs commit: src/sys/netinet6 nd6.c

2006-11-27 Thread gnn
At Sat, 25 Nov 2006 20:38:56 + (UTC), Ruslan Ermilov wrote: > > ru 2006-11-25 20:38:56 UTC > > FreeBSD src repository > > Modified files: > sys/netinet6 nd6.c > Log: > - In nd6_rtrequest(), when caching an rtentry, don't forget > to add a reference to it; ot

Re: cvs commit: src/etc network.subr src/sys/netinet6 in6_ifattach.c

2006-10-02 Thread gnn
At Mon, 2 Oct 2006 11:20:04 +0100 (BST), rwatson wrote: > > Modified files: > >etc network.subr > >sys/netinet6 in6_ifattach.c > > Log: > > Turn off automatic link local address if ipv6_enable is not set to YES > > in rc.conf > > > > Reviewed by:KAME core t

Re: cvs commit: src/sys/netinet tcp_subr.c

2006-09-11 Thread gnn
At Tue, 12 Sep 2006 02:38:13 +0400, Yar Tikhiy wrote: > > On Mon, Sep 11, 2006 at 06:28:26PM +0400, Gleb Smirnoff wrote: > > On Mon, Sep 11, 2006 at 12:36:57AM -0500, Mike Silbersack wrote: > > M> >It stops creating any state (nor socket neither compressed tcptw) for > > the > > M> >TCP connectio

Re: cvs commit: src Makefile.inc1 ObsoleteFiles.inc src/etc/defaults rc.conf src/etc/mtree BSD.usr.dist src/etc/rc.d Makefile isdnd pcvt syscons src/release/picobsd/build picobsd src/share/man/man4 Ma

2006-05-21 Thread gnn
At Fri, 19 May 2006 14:31:16 +0200, Alexander Leidinger wrote: > > Quoting "George V. Neville-Neil" <[EMAIL PROTECTED]> (from Thu, 18 > May 2006 10:14:26 -0700): > > > I so hate to chime in on this thread, but I really think we need to > > start putting things into the code and using Doxygen, o

Re: cvs commit: src/sys/dev/lnc if_lnc.c if_lnc_cbus.c if_lnc_isa.c if_lnc_pci.c if_lncreg.h if_lncvar.h

2006-05-15 Thread gnn
At Mon, 15 May 2006 19:09:15 +0900, Makoto Matsushita wrote: > > > Does it work on VmWare? > > If my quick test (7-current, build a new kernel without lnc(4), boot -s, > kldload if_le, and dhclient le0) is not wrong, le(4) works fine for me. Yes, and it has better/more regular performance. lnc

Re: cvs commit: src/sys/netipsec ipsec.c ipsec.h xform_ah.c xform_esp.c

2006-04-10 Thread gnn
At Mon, 10 Apr 2006 15:24:51 +0100 (BST), rwatson wrote: > > Introduce two new sysctls: > > > > net.inet.ipsec.test_replay - When set to 1, IPsec will send packets with > > the same sequence number. This allows to verify if the other side > > has proper replay attacks detection.