Re: RFC: interface description

2009-08-13 Thread Andrey V. Elsukov
Xin LI wrote: The only question I have would be, that is it possible to uniquely identify a NIC without assistance from kernel? For instance, one can change an interface from being called "em0" to "eth0" and from "bge0" to "em0". It's easy to track this information through ifconfig(8) with a ca

Re: LACP support and if_tap interface

2009-08-13 Thread Sam Fourman Jr.
On Thu, Aug 6, 2009 at 11:51 PM, serg vasilyev wrote: > Now i'm able to emulate a media and status on if_tap interface... > > tap0: flags=8802 metric 0 mtu 1500 >        ether 00:bd:49:f7:a6:00 >        media: Ethernet 100baseTX >        status: active > > BUT i suspect that there must be some ano

Re: kern/134557: [netgraph] [hang] 7.2 with mpd5.3 hanging up - ng_pptp problem

2009-08-13 Thread Z3tbl4 []
The following reply was made to PR kern/134557; it has been noted by GNATS. From: "Z3tbl4 []" To: bug-follo...@freebsd.org, sergei.cherv...@gmail.com Cc: Subject: Re: kern/134557: [netgraph] [hang] 7.2 with mpd5.3 hanging up - ng_pptp problem Date: Fri, 14 Aug 2009 02:28:54 +0400 SGV

Re: RFC: interface description

2009-08-13 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Bjoern A. Zeeb wrote: > On Thu, 13 Aug 2009, Julian Elischer wrote: > >> Andrey V. Elsukov wrote: >>> Xin LI wrote: While playing with some OpenBSD installation I found that they have an interesting feature - adding description to a NIC

Re: RFC: interface description

2009-08-13 Thread sthaug
> My point has always been - if I have to add/do an ioctl I can always also > use a library call that will read it from a .txt, .xml, .db file > or whatever and I don't have to go to the kernel, handle all the > string length problems there, ... especially as the kernel cannot do > anything with th

Re: RFC: interface description

2009-08-13 Thread Bjoern A. Zeeb
On Thu, 13 Aug 2009, Julian Elischer wrote: Andrey V. Elsukov wrote: Xin LI wrote: While playing with some OpenBSD installation I found that they have an interesting feature - adding description to a NIC. This is useful for system administrators to "tag" the interface, also, the ladvd program

Re: RFC: interface description

2009-08-13 Thread Julian Elischer
Andrey V. Elsukov wrote: Xin LI wrote: While playing with some OpenBSD installation I found that they have an interesting feature - adding description to a NIC. This is useful for system administrators to "tag" the interface, also, the ladvd program has a feature to use the SIOCSIFDESCR ioctl t

Re: RFC: ARP Statistics

2009-08-13 Thread Adrian Penisoara
Hi, Perhaps it would be useful to add a "ARP flip-flop events" field, counting the "arp: is on but got reply from on " events. PS: minor nit/correction: use "ARP cache entries timed out" instead of "ARP entrys timed out" Regards, Adrian Penisoara EnterpriseBSD On Wed, Aug 12, 2009 at 3:43 P

NAT-T patch for 7-STABLE

2009-08-13 Thread Bjoern A. Zeeb
ng things, changing software to have something to work with. Things have been bascially tested with a slightly modified to compile ipsec-tools CVS HEAD checkout. Last but not least - you can find the patch here: http://people.freebsd.org/~bz/20090813-01-mfc-r194062-natt.diff /bz -- Bjoer

Re: RFC: interface description

2009-08-13 Thread Luiz Otavio O Souza
Xin LI wrote: While playing with some OpenBSD installation I found that they have an interesting feature - adding description to a NIC. This is useful for system administrators to "tag" the interface, also, the ladvd program has a feature to use the SIOCSIFDESCR ioctl to document the remote CDP

Re: RFC: interface description

2009-08-13 Thread Andrey V. Elsukov
Xin LI wrote: While playing with some OpenBSD installation I found that they have an interesting feature - adding description to a NIC. This is useful for system administrators to "tag" the interface, also, the ladvd program has a feature to use the SIOCSIFDESCR ioctl to document the remote CDP

Re: nfe taskq performance issues

2009-08-13 Thread Barney Cordoba
--- On Thu, 8/13/09, Barney Cordoba wrote: > From: Barney Cordoba > Subject: Re: nfe taskq performance issues > To: "Peter Steele" , pyu...@gmail.com > Cc: freebsd-net@freebsd.org > Date: Thursday, August 13, 2009, 7:56 AM > > > --- On Wed, 8/12/09, Pyun YongHyeon > wrote: > > > From: Pyun

Re: nfe taskq performance issues

2009-08-13 Thread Barney Cordoba
--- On Wed, 8/12/09, Pyun YongHyeon wrote: > From: Pyun YongHyeon > Subject: Re: nfe taskq performance issues > To: "Peter Steele" > Cc: freebsd-net@freebsd.org > Date: Wednesday, August 12, 2009, 5:35 PM > On Thu, Jul 23, 2009 at 08:58:07AM > -0700, Peter Steele wrote: > > We've been hitting

Re: RFC: interface description

2009-08-13 Thread sthaug
> While playing with some OpenBSD installation I found that they have an > interesting feature - adding description to a NIC. This is useful for > system administrators to "tag" the interface, also, the ladvd program > has a feature to use the SIOCSIFDESCR ioctl to document the remote CDP > peer l

RFC: interface description

2009-08-13 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi guys, While playing with some OpenBSD installation I found that they have an interesting feature - adding description to a NIC. This is useful for system administrators to "tag" the interface, also, the ladvd program has a feature to use the SIOCS

RFC: server side support for libradius

2009-08-13 Thread Alexander Motin
), such as Change-of-Authorization (CoA) and Disconnect-Request (DR/PoD). Patch against HEAD (it should apply clean to previous versions): http://people.freebsd.org/~mav/libradius.server.20090813.patch If there will be no objections, I am going to commit it to the HEAD and merge down as soon as tr