Routing error messages from ppp

2008-02-17 Thread Dag-Erling Smørgrav
I get these two error messages in my PPP log every time I (re)connect, right after : tun0: Warning: 0.0.0.0/0: Change route failed: errno: No such process tun0: Warning: ff02:7::/32: Change route failed: errno: Network is unreachable They seem harmless, but I keep wondering what causes them... %

Re: kern/120751: [netipsec] [patch] IPsec: kernel sends wrong pfkey expire message

2008-02-17 Thread linimon
Synopsis: [netipsec] [patch] IPsec: kernel sends wrong pfkey expire message Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sun Feb 17 11:11:05 UTC 2008 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/que

Re: kern/120751: [netipsec] [patch] IPsec: kernel sends wrong pfkey expire message

2008-02-17 Thread bz
Synopsis: [netipsec] [patch] IPsec: kernel sends wrong pfkey expire message Responsible-Changed-From-To: freebsd-net->bz Responsible-Changed-By: bz Responsible-Changed-When: Sun Feb 17 12:28:30 UTC 2008 Responsible-Changed-Why: I'll take a look http://www.freebsd.org/cgi/query-pr.cgi?pr=120751 _

Re: KAME IPsec spd_delete2 bug ...

2008-02-17 Thread Bjoern A. Zeeb
On Thu, 14 Feb 2008, Matthew Grooms wrote: Hi, There is a bug in /usr/src/sys/netipsec/key.c in FreeBSD KAME IPsec sources. netipsec/ is not KAME IPsec. If an spd_delete2 message is submitted for an invalid policy id, the kernel crashes. Can someone please commit this trivial patch? I'm afr

Re: ospf cost and route selection (openospfd)

2008-02-17 Thread Eygene Ryabinkin
Josef, good day. Thu, Feb 14, 2008 at 06:15:09PM +0300, Eygene Ryabinkin wrote: > > OK, I will up my gifX interfaces and will try to simulate your problem. > > OK, problem recreated. Will try to understand and fix the issue. > Will drop a mail, once the situation will be more clear. > > Thinkin

Re: Network device driver KPI/ABI and TOE

2008-02-17 Thread Bjoern A. Zeeb
On Sun, 6 Jan 2008, Robert Watson wrote: Hi, [cutting a long mail short and randomly replying;-)] I came across dev/cxgb/ulp/tom/cxgb_tcp_subr.c vs. netinet/tcp_subr.c and I am a bit worried with the way things are done atm. For those functions copied over there are only changes like: -

traceroute AS path patch

2008-02-17 Thread Rui Paulo
Hi, The attached patch ports a traceroute functionality from FreeBSD called AS path. The concept is simple. On each hop we query a whois server to find the corresponding hop AS number. I think it doesn't hurt if we have this functionality. An example output: traceroute to freebsd.org (69.14

tcp_mss 'cleanup'

2008-02-17 Thread Bjoern A. Zeeb
Hi, as part of a larger patch I have done some changes to tcp_mss to "cleanup" things that I'd like to get in before going on: http://sources.zabbadoz.net/freebsd/patchset/20080217-tcp_mss-cleanup-02.diff The 'case 0' case is questionable if it's a better sol

Re: traceroute AS path patch

2008-02-17 Thread Nuno Antunes
On Feb 17, 2008 9:30 PM, Rui Paulo <[EMAIL PROTECTED]> wrote: > Hi, > The attached patch ports a traceroute functionality from FreeBSD > called AS path. > The concept is simple. On each hop we query a whois server to find the > corresponding hop AS number. > Cute feature! How are rfc 1918 addresse

Re: traceroute AS path patch

2008-02-17 Thread Rui Paulo
On Feb 17, 2008, at 10:30 PM, Nuno Antunes wrote: On Feb 17, 2008 9:30 PM, Rui Paulo <[EMAIL PROTECTED]> wrote: Hi, The attached patch ports a traceroute functionality from FreeBSD called AS path. The concept is simple. On each hop we query a whois server to find the corresponding hop AS nu

Re: traceroute AS path patch

2008-02-17 Thread Rui Paulo
On Feb 17, 2008, at 9:30 PM, Rui Paulo wrote: Hi, The attached patch ports a traceroute functionality from FreeBSD called AS path. I mean, "ported from NetBSD". -- Rui Paulo ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailm

Re: traceroute AS path patch

2008-02-17 Thread Bruce M. Simpson
Rui Paulo wrote: On Feb 17, 2008, at 9:30 PM, Rui Paulo wrote: Hi, The attached patch ports a traceroute functionality from FreeBSD called AS path. I mean, "ported from NetBSD". AS lookup is already in the NANOG traceroute in ports -- however I like the look of this patch better, it looks

Re: Routing error messages from ppp

2008-02-17 Thread Dag-Erling Smørgrav
Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes: > % netstat -rn > Routing tables > > Internet: > DestinationGatewayFlagsRefs Use Netif Expire I left out a line here: default80.203.47.1UGS 1 3184881 tun0 > 80.203.47.180.203.243.

Re: traceroute AS path patch

2008-02-17 Thread Kevin Oberman
> From: Rui Paulo <[EMAIL PROTECTED]> > Date: Sun, 17 Feb 2008 23:25:58 + > Sender: [EMAIL PROTECTED] > > > On Feb 17, 2008, at 9:30 PM, Rui Paulo wrote: > > > Hi, > > The attached patch ports a traceroute functionality from FreeBSD > > called AS path. > > I mean, "ported from NetBSD". I

Re: traceroute AS path patch

2008-02-17 Thread Steven Hartland
Sounds like a really nice feature! What version is this a patch against, fails totally on 6.2 here. Regards Steve - Original Message - From: "Rui Paulo" <[EMAIL PROTECTED]> The attached patch ports a traceroute functionality from FreeBSD called AS path. The concept is simple.

Re: Network device driver KPI/ABI and TOE

2008-02-17 Thread Kip Macy
You might want to check out sys/modules/cxgb/tom/Makefile. -Kip On Feb 17, 2008 1:24 PM, Bjoern A. Zeeb <[EMAIL PROTECTED]> wrote: > On Sun, 6 Jan 2008, Robert Watson wrote: > > Hi, > > [cutting a long mail short and randomly replying;-)] > > I came across dev/cxgb/ulp/tom/cxgb_tcp_subr.c vs. ne