freebsd.org and DKIM

2008-10-10 Thread Byung-Hee HWANG
(i'm very sorry if this subject is not related to freebsd-net@) ;; Hello, my name is byunghee from South Korea. And more, i'm now maintain one port (misc/...godfather) ;; I love your policy for mailing list at freebsd.org. But, the MIME converting is dangerous at some point. Recently, somebody

Re: duplicate vlan panic

2008-10-10 Thread Ilya Orehov
+--- Ilya Orehov, 2008-10-10 --- | Hi! | | RELENG_7 from October,9 ( em card ) | Also repeatable on another box with RELENG_7 from last Saturday. ( xl and nfe ) | | Boot single user or remount readonly. | | ifconfig vlan1 create vlan 1 vlandev xl0 | ifconfig vlan2 create vlan 1 vlandev

Re: bin/128001: wpa_supplicant(8), wlan(4), and wi(4) issues

2008-10-10 Thread David Wolfskill
The following reply was made to PR bin/128001; it has been noted by GNATS. From: David Wolfskill <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: Subject: Re: bin/128001: wpa_supplicant(8), wlan(4), and wi(4) issues Date: Fri, 10 Oct 2008 09:22:05 -0700 --45Z9DzgjV8m4Oswq Cont

Re: bin/128001: wpa_supplicant(8), wlan(4), and wi(4) issues

2008-10-10 Thread linimon
Synopsis: wpa_supplicant(8), wlan(4), and wi(4) issues Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Fri Oct 10 15:50:04 UTC 2008 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=128001 _

Should "route flush" delete all routes ?

2008-10-10 Thread Johann Hugo
According to the man page it looks like it: The route utility provides six commands: add Add a route. flush Remove all routes. .. but I cannot get it to delete routes created with -interface option. ---