arp(8) create / delete arp entries on rdomain not 0

2011-04-26 Thread Laurent Ghigonis
It seems like something like that is missing :) As previously, it does not behave correctly when you run it with route -T$rdomain exec and do not specify arp -V$rdomain, but that should not be used that way. Index: arp.c === RCS fil

Re: ral(4) diff

2011-03-11 Thread Laurent Ghigonis
On Thu, Mar 10, 2011 at 10:07:09PM +0100, Tim van der Molen wrote: > I have the following ral(4): > > ral0 at pci0 dev 13 function 0 "Ralink RT2561S" rev 0x00: irq 5, address 00:1d:7d:49:28:92 > ral0: MAC/BBP RT2561C, RF RT2527 > > After a commit from August 2010 (see > http://marc.info/?l=openbsd-

Re: ssh -V double print

2011-01-31 Thread Laurent Ghigonis
On Mon, Jan 31, 2011 at 02:27:31PM +1100, Damien Miller wrote: > On Sun, 30 Jan 2011, Laurent Ghigonis wrote: > I can't replicate this. Do you have a shell alias ssh="ssh -v" or something? Yes, and on all the tested machines ... sorry for the noise. Btw it doesn't seem to break -v.

ssh -V double print

2011-01-30 Thread Laurent Ghigonis
Hello, When you do ssh -V on -current it outputs OpenSSH_5.7, OpenSSL 1.0.0a 1 Jun 2010 OpenSSH_5.7, OpenSSL 1.0.0a 1 Jun 2010 That fixes it, but maybe i miss some cases before or after again: ? Index: ssh.c === RCS file: /c

axe(4) patch for some AX88772 phy

2010-08-28 Thread Laurent Ghigonis
Hello :) After posting about a problem i had with my Linksys USB300M axe(4) adapter (AX88772 based, phy not working correctly, cannot send anything) http://marc.info/?l=openbsd-misc&m=128050785229742&w=2 and reading from another similar problem (adapter detected but not working) http://mar

typo in faq current config(8) entry

2010-05-26 Thread Laurent Ghigonis
Index: faq/current.html === RCS file: /cvs/www/faq/current.html,v retrieving revision 1.216 diff -u -r1.216 current.html --- faq/current.html26 May 2010 07:01:51 - 1.216 +++ faq/current.html26 May 2010 09:16:34 - @

Re: routing domains support for dhclient

2010-04-18 Thread Laurent Ghigonis
On Sun, Feb 28, 2010 at 10:19:36AM +0100, Laurent Ghigonis wrote: > hello, > > here is a patch that makes dhclient modify the routes on the routing table > corresponding to the routing domain of the interface it is working on. > does it looks like something correct ? > &g

routing domains support for dhclient

2010-02-28 Thread Laurent Ghigonis
hello, here is a patch that makes dhclient modify the routes on the routing table corresponding to the routing domain of the interface it is working on. does it looks like something correct ? the routing domain could be fetched directly from the dhclient-script, but i don't know how to do that

usr.bin/cut errx correctness

2010-01-20 Thread Laurent Ghigonis
the -b option can cause those messages too Index: usr.bin/cut/cut.c === RCS file: /cvs/src/usr.bin/cut/cut.c,v retrieving revision 1.14 diff -u -r1.14 cut.c --- usr.bin/cut/cut.c 27 Oct 2009 23:59:37 - 1.14 +++ usr.bin/cut/

faq13 little correction for aucat start at boot

2010-01-11 Thread Laurent Ghigonis
Index: faq13.html === RCS file: /cvs/www/faq/faq13.html,v retrieving revision 1.134 diff -u faq13.html --- faq13.html 30 Nov 2009 12:50:27 - 1.134 +++ faq13.html 11 Jan 2010 13:11:41 - @@ -601,7 +601,7 @@ for instance:

typo pf.conf.5

2009-05-29 Thread Laurent Ghigonis
Hi here :) i guess i found a typo in the pf.conf man page, syntax section. anyway, keep up the great work devs ! clean and simple ... love it laurent Index: share/man/man5/pf.conf.5 === RCS file: /cvs/src/share/man/man5/pf.conf.5,