Re: Requesting comments on Multi-routing table usage

2008-07-18 Thread Ian Smith
On Thu, 17 Jul 2008, Julian Elischer wrote: > Julian Elischer wrote: > > Ian Smith wrote: > >> On Thu, 17 Jul 2008, Julian Elischer wrote: > >> > The current code in -current will add a new interface to all > >> > FIBs. [..] > >> Yes in addition to 'setfib N command' it would be likely usef

Re: FreeBSD NAT-T patch integration [CFR/CFT]

2008-07-18 Thread Larry Baird
Sam, > The main difference from the patches floating around are in the > ctloutput path (adding proper locking for HEAD) and decap of ESP-in-UDP > frames. Assuming folks are ok w/ these changes I'll commit to HEAD. > Once this stuff goes in we can look at getting the user-mode mods into > th

Help with tap device configuration oddity

2008-07-18 Thread Matthew Grooms
All, I noticed a problem with some software I wrote for FreeBSD using tap devices. It would appear that you get inconsistent results from ioctl calls SIOCSIFADDR and SIOCSIFNETMASK when used with tap than when used with a real Ethernet device. I wrote a quick test program to demonstrate this

TCP zombie connections with 7-RELEASE and STABLE from 15th june

2008-07-18 Thread Bernd Walter
14:45:58.109631 IP 213.83.6.106.3270 > 85.159.14.110.443: S 470580731:470580731(0) win 32768 14:45:58.109753 IP 85.159.14.110.443 > 213.83.6.106.3270: S 1364510055:1364510055(0) ack 470580732 win 65535 14:45:58.114324 IP 213.83.6.106.3270 > 85.159.14.110.443: . ack 1 win 33304 14:45:59.816810

Re: FreeBSD NAT-T patch integration [CFR/CFT]

2008-07-18 Thread Matthew Grooms
On Wed, Jul 16, 2008 at 09:10:18PM -0700, Sam Leffler wrote: > This adds only the kernel portion of the NAT-T support; you must provide > the user-level code from another place. Note for people who are interested: user-level code comes from ipsec-tools, as for previous versions of the NAT-T pa

Re: kern/125181: [ndis] [patch] with wep enters kdb.enter.unknown, panics

2008-07-18 Thread Paul B. Mahol
On 7/17/08, Andrew Thompson <[EMAIL PROTECTED]> wrote: > The following reply was made to PR kern/125181; it has been noted by GNATS. > > From: Andrew Thompson <[EMAIL PROTECTED]> > To: Coleman Kane <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: Re: kern/125181: [ndis] [pa

Re: FreeBSD NAT-T patch integration [CFR/CFT]

2008-07-18 Thread VANHULLEBUS Yvan
On Wed, Jul 16, 2008 at 09:10:18PM -0700, Sam Leffler wrote: [...] > Please test/review the following patch against HEAD: > > http://people.freebsd.org/~sam/nat_t-20080616.patch For those who may be interested,I ported Sam's changes to FreeBSD7, the patch is here: http://people.freebsd.org/~vanhu