Re: bin/140571: [patch] ifconfig(8) does not set country DE

2009-11-16 Thread Dirk Meyer
The following reply was made to PR bin/140571; it has been noted by GNATS. From: dirk.me...@dinoex.sub.org (Dirk Meyer) To: freebsd-gnats-sub...@freebsd.org Cc: Subject: Re: bin/140571: [patch] ifconfig(8) does not set country DE Date: Mon, 16 Nov 2009 08:54:35 +0100 The patch at http:

Re: kern/140597: [request] implement Lost Retransmission Detection

2009-11-16 Thread linimon
Old Synopsis: Lost Retransmission Detection New Synopsis: [request] implement Lost Retransmission Detection State-Changed-From-To: open->suspended State-Changed-By: linimon State-Changed-When: Mon Nov 16 08:39:23 UTC 2009 State-Changed-Why: Mark suspended awaiting patches. Responsible-Changed-F

Re: DHCP client not getting IP address from Time Warner

2009-11-16 Thread Ask Bjørn Hansen
On Nov 3, 2009, at 7:47, Ask Bjørn Hansen wrote: > On FreeBSD their DHCP server seems to just ignore me (but I see lots of > broadcast replies to 255.255.255.255/ff:ff:ff:ff:ff:ff). I've tried with > both the standard dhclient and the isc dhclient from ports. Hi everyone, I just wanted to fo

secure adhoc

2009-11-16 Thread kalin m
hi all... i wrote this to the general questions list without much success. trying my luck here... wondering if somebody has done vpn between a bsd box and a portable device running windows mobile. is it possible? looking at the wireless networking off the handbook gives a direct example wit

Current problem reports assigned to freebsd-net@FreeBSD.org

2009-11-16 Thread FreeBSD bugmaster
Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker

[PATCH] libtacplus bugfix

2009-11-16 Thread Attilio Rao
[Please CC me as I'm not subscribed to -...@] In tac_get_av_value() empty attributes should be handled like 0-lenght strings while in the current code they are handled as unset attributes. This patch implements the (probabilly) desired semantic: http://www.freebsd.org/~attilio/Sandvine/STABLE_8/li

[PATCH] Fix a socket leak in libfetch

2009-11-16 Thread Attilio Rao
[Please CC me as I'm not subscribed to -...@] In ftp_request(), after a successfully established connection, subsequent errors can bring to a socket leak. This patch should fix that: http://www.freebsd.org/~attilio/Sandvine/STABLE_8/libfetch/ftp.diff This patch has been contributed back by Sandvi

[PATCH] Add idrop report to netstat

2009-11-16 Thread Attilio Rao
[Please CC me as I'm not subscribed to -...@] This patch allows to show the informations about packets droped on input for interfaces on netstat: http://www.freebsd.org/~attilio/Sandvine/STABLE_8/idrops/idrops.diff This patch as been contributed back from Sandvine Incorporated. Comments, reviews

Re: [PATCH] Fix a socket leak in libfetch

2009-11-16 Thread Dag-Erling Smørgrav
Attilio Rao writes: > In ftp_request(), after a successfully established connection, > subsequent errors can bring to a socket leak. > This patch should fix that: > http://www.freebsd.org/~attilio/Sandvine/STABLE_8/libfetch/ftp.diff Thanks, Attilio. Please commit the patch. DES -- Dag-Erling S

bsnmpd HighCounters on if_lagg

2009-11-16 Thread Dmitriy Zamuraev
I have BRAS based on FreeBSD 7.2 and mpd 5.3 and three NIC's grouped into if_lagg with LACP, I need to monitor bandwidth with bsnmpd and cacti, by default lagg interface baud rate is 10Mbitps, so bsnmpd can't collect Counter64 on this interface. I'm modify if_lagg.c file: function lagg_link_stat

Re: [PATCH] Add idrop report to netstat

2009-11-16 Thread Pyun YongHyeon
On Mon, Nov 16, 2009 at 04:15:09PM +0100, Attilio Rao wrote: > [Please CC me as I'm not subscribed to -...@] > > This patch allows to show the informations about packets droped on > input for interfaces on netstat: > http://www.freebsd.org/~attilio/Sandvine/STABLE_8/idrops/idrops.diff > > This pa

Re: [PATCH] Add idrop report to netstat

2009-11-16 Thread Attilio Rao
2009/11/16 Pyun YongHyeon : > On Mon, Nov 16, 2009 at 04:15:09PM +0100, Attilio Rao wrote: >> [Please CC me as I'm not subscribed to -...@] >> >> This patch allows to show the informations about packets droped on >> input for interfaces on netstat: >> http://www.freebsd.org/~attilio/Sandvine/STABLE

Re: [PATCH] Add idrop report to netstat

2009-11-16 Thread Pyun YongHyeon
On Mon, Nov 16, 2009 at 11:04:20PM +0100, Attilio Rao wrote: > 2009/11/16 Pyun YongHyeon : > > On Mon, Nov 16, 2009 at 04:15:09PM +0100, Attilio Rao wrote: > >> [Please CC me as I'm not subscribed to -...@] > >> > >> This patch allows to show the informations about packets droped on > >> input for

Re: [PATCH] Add idrop report to netstat

2009-11-16 Thread Attilio Rao
2009/11/17 Pyun YongHyeon : > On Mon, Nov 16, 2009 at 11:04:20PM +0100, Attilio Rao wrote: >> 2009/11/16 Pyun YongHyeon : >> > On Mon, Nov 16, 2009 at 04:15:09PM +0100, Attilio Rao wrote: >> >> [Please CC me as I'm not subscribed to -...@] >> >> >> >> This patch allows to show the informations abou

Re: [PATCH] Add idrop report to netstat

2009-11-16 Thread pluknet
2009/11/17 Attilio Rao : > 2009/11/17 Pyun YongHyeon : >> On Mon, Nov 16, 2009 at 11:04:20PM +0100, Attilio Rao wrote: >>> 2009/11/16 Pyun YongHyeon : >>> > On Mon, Nov 16, 2009 at 04:15:09PM +0100, Attilio Rao wrote: >>> >> [Please CC me as I'm not subscribed to -...@] >>> >> >>> >> This patch all

Re: kern/140619: [ifnet] [patch] refine obsolete if_var.h comments describing ifnet->if_poll_slowq

2009-11-16 Thread linimon
Old Synopsis: refine obsolete if_var.h comments describing ifnet->if_poll_slowq New Synopsis: [ifnet] [patch] refine obsolete if_var.h comments describing ifnet->if_poll_slowq Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Tue Nov