Re: svn commit: r190758 - head/sbin/route

2009-04-07 Thread Robert Watson
On Tue, 7 Apr 2009, Dag-Erling Smørgrav wrote: Robert Watson writes: Does this maintain compatibility for people who may still mysteriously be specifying class-based IPs and netmasks in configuration files? If not, this should not be MFC'd... Here's the really ugly part... % ping 10 PING 1

Re: svn commit: r190758 - head/sbin/route

2009-04-07 Thread Dag-Erling Smørgrav
Robert Watson writes: > Does this maintain compatibility for people who may still mysteriously > be specifying class-based IPs and netmasks in configuration files? If > not, this should not be MFC'd... Here's the really ugly part... % ping 10 PING 10 (0.0.0.10): 56 data bytes % ping 10.1 PING 1

Re: svn commit: r190758 - head/sbin/route

2009-04-07 Thread Alex Dupre
Randall Stewart ha scritto: Are you sure that this is a good idea? Is this behavior described/recommended somewhere? IMHO specifying network without explicitly defined netmask is at least dangerous, if not wrong, in present classless addressing time. Changing existing behavior breaks POLA for som

Re: svn commit: r190758 - head/sbin/route

2009-04-06 Thread Randall Stewart
Hmm. On Apr 6, 2009, at 6:39 AM, Alexander Motin wrote: Randall Stewart wrote: Author: rrs Date: Mon Apr 6 10:09:20 2009 New Revision: 190758 URL: http://svn.freebsd.org/changeset/base/190758 Log: Class based addressing went out in the early 90's. Basically if a entry is not route add -net

Re: svn commit: r190758 - head/sbin/route

2009-04-06 Thread Randall Stewart
Sure it should.. If you do route add -net 10.0.0.0 it will work.. Hmmm I wonder if more is not needed though.. let me think on this. What strange about the whole thing is that the behavior I put in used to work in previous releases... its rather strange actually.. I reviewed several of the pa

Re: svn commit: r190758 - head/sbin/route

2009-04-06 Thread Robert Watson
On Mon, 6 Apr 2009, Randall Stewart wrote: Author: rrs Date: Mon Apr 6 10:09:20 2009 New Revision: 190758 URL: http://svn.freebsd.org/changeset/base/190758 Log: Class based addressing went out in the early 90's. Basically if a entry is not route add -net xxx/bits then we should use the add

Re: svn commit: r190758 - head/sbin/route

2009-04-06 Thread Alexander Motin
Randall Stewart wrote: > Author: rrs > Date: Mon Apr 6 10:09:20 2009 > New Revision: 190758 > URL: http://svn.freebsd.org/changeset/base/190758 > > Log: > Class based addressing went out in the early 90's. Basically > if a entry is not route add -net xxx/bits then we should use > the addr (