Re: ifconfig old wpapsk entry and cleanup.

2011-08-19 Thread Christiano F. Haesbaert
keeping this up. On Wed, Aug 17, 2011 at 12:42:02AM -0300, Christiano F. Haesbaert wrote: > Hi > > Remove the old wpapsk cmd entry, remove unnecessary casts in malloc/calloc, > use > timerclear macro plus minor style(9): > > Index: ifconfig.c > ==

Re: TOS option to tcpbench ala pf.conf

2011-08-19 Thread Christiano F. Haesbaert
On Fri, Aug 19, 2011 at 11:25:23PM +1000, Damien Miller wrote: > > Thanks, I like this. Could you add IPV6_TCLASS for IF_INET6 too? > So here is the version with IPV6_TCLASS and -T instead of -t, since only traceroute uses -t, while ping and nc uses -T. I did some basic tests but my knowledge o

Fix tcpbench libevent segfault

2011-08-19 Thread Christiano F. Haesbaert
Hi there, this fixes a segfault seen by sthen@ which I could only reproduce yesterday. I had fogotten to event_del() a persistent event. Index: tcpbench.c === RCS file: /cvs/src/usr.bin/tcpbench/tcpbench.c,v retrieving revision 1.22

Re: Small fixes for if_oerrors in vlan(4), mpe(4) and pppx

2011-08-19 Thread Ryan McBride
committed, thanks! On Sat, Aug 20, 2011 at 02:46:30AM -0300, Christiano F. Haesbaert wrote: > Hi, vlan_start() was increasing packet counts before checking if the > packet was successfully enqueued. I made a hunt for similar errors. > > Index: net/if_mpe.c > ==

Small fixes for if_oerrors in vlan(4), mpe(4) and pppx

2011-08-19 Thread Christiano F. Haesbaert
Hi, vlan_start() was increasing packet counts before checking if the packet was successfully enqueued. I made a hunt for similar errors. Index: net/if_mpe.c === RCS file: /cvs/src/sys/net/if_mpe.c,v retrieving revision 1.25 diff -d -u

Aprenda ingles en un mes

2011-08-19 Thread Ingles
APRENDA INGLES EN UN MES Curso en DVD para PC (no es video) para realizar en su casa u oficina desde su compu.Solo necesita tener lectora de DVD en la PC,funciona con cualquier Windows Espectacular programa basado en una nueva modalidad de aprendizaje acelerado del inglis. . Ahora podra aprender f

Re: LAC & LNS server with OpenBSD

2011-08-19 Thread Gruel Bruno
Hello, Thank's for your quick reply. So i'm intersting about tunnel authentication because it's the final point off my project. I do what you say, disable hidden in MPD but there is still error message. Now i have got that: 2011-08-19 16:11:33:WARNING: l2tpd ctrl=13 Received AVP (CHALLENGE/11)

Re: OpenBSD 4.9 iked (Ikev2)

2011-08-19 Thread Mike Belopuhov
it doesn't. On Fri, Aug 19, 2011 at 6:44 PM, Gaurav Kansal wrote: > Any idea if it supports transport mode? That seems to be missing. > > Regards, > Gaurav Kansal > +91 98454 22400 > http://gkansal.blogspot.com > > > > > On Wed, Jul 13, 2011 at 7:14 AM, Mike Belopuhov wrote: >> no. >> >> On Tue,

Re: OpenBSD 4.9 iked (Ikev2)

2011-08-19 Thread Gaurav Kansal
Any idea if it supports transport mode? That seems to be missing. Regards, Gaurav Kansal +91 98454 22400 http://gkansal.blogspot.com On Wed, Jul 13, 2011 at 7:14 AM, Mike Belopuhov wrote: > no. > > On Tue, Jul 12, 2011 at 1:47 PM, Gaurav Kansal > wrote: >> Hi >> >> Is there a list available

Re: [PATCH] dired mg patch

2011-08-19 Thread Loganaden Velvindron
The 2nd diff which was posted was tested by Nima Hoda. The 3rd diff is mostly a cosmetic change to make the diff less redundant. I contacted other mg users. Hopefull, they'll reply soon.

Re: TOS option to tcpbench ala pf.conf

2011-08-19 Thread Christiano F. Haesbaert
On 19 August 2011 10:25, Damien Miller wrote: > On Thu, 18 Aug 2011, Christiano F. Haesbaert wrote: > >> Hi, >> >> I'm tinkering with ToS->CoS (802.1p) translation in vlan(4) so I >> needed something to test, tcpbench seems to deserve a tos option. >> >> It uses the same map_option() from pfctl wi

Re: LAC & LNS server with OpenBSD

2011-08-19 Thread YASUOKA Masahiko
Hi, On Fri, 19 Aug 2011 16:05:27 +0200 (CEST) "Gruel Bruno" wrote: > Since several days i do some test in my lab but i have a problem. > > According to my picture > http://fai.woody.hopto.org/Docs/bsdrp-example-pppoe-l2tp.png > > R1 is a openbsd 4.9 wh make a ppoe call > R2 is a freebsd with t

Re: LAC & LNS server with OpenBSD

2011-08-19 Thread Gruel Bruno
Hello, Since several days i do some test in my lab but i have a problem. According to my picture http://fai.woody.hopto.org/Docs/bsdrp-example-pppoe-l2tp.png R1 is a openbsd 4.9 wh make a ppoe call R2 is a freebsd with the MPD5 daemon who run as an LAC R3 is a openbsd 4.9 with npppd who run as a

Re: TOS option to tcpbench ala pf.conf

2011-08-19 Thread Damien Miller
On Thu, 18 Aug 2011, Christiano F. Haesbaert wrote: > Hi, > > I'm tinkering with ToS->CoS (802.1p) translation in vlan(4) so I > needed something to test, tcpbench seems to deserve a tos option. > > It uses the same map_option() from pfctl with some minor tweeks. > So it accepts decimal, hexad

Re: Xorg vs. DRM & AGP GART on IBM X40 laptop running 4.9 stable (workaround)

2011-08-19 Thread Owain Ainsworth
On Thu, Aug 18, 2011 at 02:58:31PM -0600, Richard Johnson wrote: > [Posting for documentation of the workaround, and in case the details > help find a bug beyond "This ancient laptop's video card RAM is too > small".] > > > I resuscitated an IBM X40 laptop by putting in a HD with a clean install

TOS option to tcpbench ala pf.conf

2011-08-19 Thread Christiano F. Haesbaert
Hi, I'm tinkering with ToS->CoS (802.1p) translation in vlan(4) so I needed something to test, tcpbench seems to deserve a tos option. It uses the same map_option() from pfctl with some minor tweeks. So it accepts decimal, hexadecimal, critical, lowdelay, af11... Option chosen was -t, couldn't

Re: [PATCH] dired mg patch

2011-08-19 Thread Jasper Lievisse Adriaanse
On Thu, Aug 18, 2011 at 08:30:02AM -0400, Loganaden Velvindron wrote: > I used a function for warping the dot. This > makes the diff simpler. Since kjell@ has slacked out; any objections to committing this revision of the diff? > Index: dired.c > ===

passing vlan priority tag through bridge

2011-08-19 Thread Peter Hallin
Hello, I have a question. We use bridging firewalls at Lund University with different vlan tags on respective sides of the bridges. The frames are therefore "retagged" when passing through the bridge and unforunatley the priority flag gets reset and always ends up as 0 on the other side. We woul