Re: [PATCH] iproute2: support dotted-quad netmask notation.

2007-12-12 Thread Stephen Hemminger
On Wed, 12 Dec 2007 12:55:13 +0100 Andreas Henriksson <[EMAIL PROTECTED]> wrote: > On Tue, Dec 11, 2007 at 05:14:06PM -0800, Stephen Hemminger wrote: > > On Sun, 09 Dec 2007 18:10:22 +0100 > > Andreas Henriksson <[EMAIL PROTECTED]> wrote: > > > I think both previous patches where broken on big-end

Re: [PATCH] iproute2: support dotted-quad netmask notation.

2007-12-12 Thread Andreas Henriksson
On Tue, Dec 11, 2007 at 05:14:06PM -0800, Stephen Hemminger wrote: > On Sun, 09 Dec 2007 18:10:22 +0100 > Andreas Henriksson <[EMAIL PROTECTED]> wrote: > > I think both previous patches where broken on big-endian platforms. > > Here's an updated patch again. I'm very sorry for the inconvenience! [.

Re: [PATCH] iproute2: support dotted-quad netmask notation.

2007-12-11 Thread Stephen Hemminger
On Sun, 09 Dec 2007 18:10:22 +0100 Andreas Henriksson <[EMAIL PROTECTED]> wrote: > > On lör, 2007-12-08 at 00:41 +0100, Andreas Henriksson wrote: > > On tor, 2007-12-06 at 11:53 -0800, Stephen Hemminger wrote: > > > On Tue, 4 Dec 2007 14:58:18 +0100 > > > Andreas Henriksson <[EMAIL PROTECTED]> wr

Re: [PATCH] iproute2: support dotted-quad netmask notation.

2007-12-09 Thread Andreas Henriksson
On lör, 2007-12-08 at 00:41 +0100, Andreas Henriksson wrote: > On tor, 2007-12-06 at 11:53 -0800, Stephen Hemminger wrote: > > On Tue, 4 Dec 2007 14:58:18 +0100 > > Andreas Henriksson <[EMAIL PROTECTED]> wrote: > > > > > Suggested patch for allowing netmask to be specified in dotted quad > > > f

Re: [PATCH] iproute2: support dotted-quad netmask notation.

2007-12-07 Thread Andreas Henriksson
On tor, 2007-12-06 at 11:53 -0800, Stephen Hemminger wrote: > On Tue, 4 Dec 2007 14:58:18 +0100 > Andreas Henriksson <[EMAIL PROTECTED]> wrote: > > > Suggested patch for allowing netmask to be specified in dotted quad format. > > See http://bugs.debian.org/357172 > > > > (Known problem: this wil

Re: [PATCH] iproute2: support dotted-quad netmask notation.

2007-12-06 Thread Stephen Hemminger
On Tue, 4 Dec 2007 14:58:18 +0100 Andreas Henriksson <[EMAIL PROTECTED]> wrote: > Suggested patch for allowing netmask to be specified in dotted quad format. > See http://bugs.debian.org/357172 > > (Known problem: this will not prevent some invalid syntaxes, > ie. "255.0.255.0" will be treated as

[PATCH] iproute2: support dotted-quad netmask notation.

2007-12-04 Thread Andreas Henriksson
Suggested patch for allowing netmask to be specified in dotted quad format. See http://bugs.debian.org/357172 (Known problem: this will not prevent some invalid syntaxes, ie. "255.0.255.0" will be treated as "255.255.255.0") Comments? Suggestions? Improvements? Signed-off-by: Andreas Henriksson