Re: kern/110720: [net] [patch] support for interface descriptions

2007-03-26 Thread Roman Bogorodskiy
The following reply was made to PR kern/110720; it has been noted by GNATS. From: Roman Bogorodskiy [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: Subject: Re: kern/110720: [net] [patch] support for interface descriptions Date: Mon, 26 Mar 2007 10:52:20 +0400

Re: kern/110720: [net] [patch] support for interface descriptions

2007-03-26 Thread Roman Bogorodskiy
The following reply was made to PR kern/110720; it has been noted by GNATS. From: Roman Bogorodskiy [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: Subject: Re: kern/110720: [net] [patch] support for interface descriptions Date: Mon, 26 Mar 2007 11:04:19 +0400

Camellia Patch for CURRENT IPsec

2007-03-26 Thread gnn
Hi Folks, I've been working with Tomoyuki Okazaki of NTT on integrating their Camellia encryption code into CURRENT. I have tested the patch, which you can find at: http://people.freebsd.org/~gnn/diff-20070320.gz against HEAD as of the last couple of days, and it builds and runs without

The wi0 's Problem

2007-03-26 Thread Zhu Yan
Hi Everybody, There is a bug in wi0, when I ifconfig scan the IP from DHCP, my wi0 will be panic... This bug is in all FreeBSD 6.x RELEASE, is there anybody know it? -- eSX ___ freebsd-net@freebsd.org mailing list

Re: The wi0 's Problem

2007-03-26 Thread LI Xin
Zhu Yan wrote: Hi Everybody, There is a bug in wi0, when I ifconfig scan the IP from DHCP, my wi0 will be panic... This bug is in all FreeBSD 6.x RELEASE, is there anybody know it? You really have to give us the *backtrace*. Compile a kernel with ddb and try to obtain a crash dump according

Current problem reports assigned to you

2007-03-26 Thread FreeBSD bugmaster
Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description a kern/38554 netchanging interface ipaddress doesn't seem to work s kern/39937 netipstealth

Re: kern/19875: A new protocol family, PF_IPOPTION, to handle IP options at socket interface

2007-03-26 Thread Bruce M Simpson
Synopsis: A new protocol family, PF_IPOPTION, to handle IP options at socket interface State-Changed-From-To: suspended-closed State-Changed-By: bms State-Changed-When: Mon Mar 26 14:36:38 UTC 2007 State-Changed-Why: It is unlikely this code will ever be committed. Reasons: 1) This information

Reason of dropped due to full socket buffers UDP

2007-03-26 Thread Artem Naluzhny
hi I have 6.1-RELEASE with default sysctl vars. Continuous 'netstat -sp udp' with 100 ms. interval shows dropped UDP due to full socket buffers sometimes. The script also monitors 'netstat -anp udp' and there are no connections with non-zero Recv-Q value by the end of the interval with drops.

Re: Reason of dropped due to full socket buffers UDP

2007-03-26 Thread Sten Daniel Soersdal
Artem Naluzhny wrote: hi I have 6.1-RELEASE with default sysctl vars. Continuous 'netstat -sp udp' with 100 ms. interval shows dropped UDP due to full socket buffers sometimes. The script also monitors 'netstat -anp udp' and there are no connections with non-zero Recv-Q value by the end of

GRE with key

2007-03-26 Thread Cristian KLEIN
Hello everybody, I am new to FreeBSD kernel hacking, so please excuse my perhaps stupid questions. I would like to add key support to gre(4). I have already been able to use gre(4) with a hardcoded key. The single thing remaining to do is to transfer the key from ifconfig(8). The key is an

Vrrp/CARP/ucarp Problems

2007-03-26 Thread Ross Draper
Hi All I was wondering if I could get some advice from those of you who have successfully implemented ip address failover systems such as carp and freevrrpd. I am trying to set up a high availability web loadbalancer using a pair of freebsd 6.2 boxes. I have tried a number of ways to perform

Re: GRE with key

2007-03-26 Thread Bruce M. Simpson
Cristian KLEIN wrote: Hello everybody, I am new to FreeBSD kernel hacking, so please excuse my perhaps stupid questions. I would like to add key support to gre(4). I have already been able to use gre(4) with a hardcoded key. The single thing remaining to do is to transfer the key from