On Sat, Aug 22, 2009 at 08:10:07PM -0500, Julián Moreno Patiño wrote: > Hi Everybody =) , > > > I test FreeBSD 7.1 and I run route -n get default (*1), same process to > FreeBSD 8.0 BETA 2. (*2)
/sbin/route is a wrapper that convert the linux syntax to the freebsd one. It looks like it simply does not like the freebsd syntax and ouput a strange error message. This is need so that the other tools invoking route works without change. Someone has to fix this wrapper to print a more decent error message. -- Aurelien Jarno GPG: 1024D/F1BCDB73 [email protected] http://www.aurel32.net -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

