> -----Original Message-----
> From: Stephen Hemminger [mailto:[email protected]]
> Sent: Thursday, March 31, 2016 12:54 AM
> To: Varlese, Marco <[email protected]>
> Cc: [email protected]; [email protected]; Jiri Pirko
<[email protected]>;
> John Fastabend <[email protected]>; [email protected]; Szczerbik,
> PrzemyslawX <[email protected]>
> Subject: Re: [PATCH iproute2 v1 1/1] lib/utils: fix get_addr() and
get_prefix()
> error messages
> 
> On Tue, 22 Mar 2016 13:02:02 +0000
> "Varlese, Marco" <[email protected]> wrote:
> 
> > An attempt to add invalid address to interface would print "???" string
> > instead of the address family name.
> >
> > For example:
> > $ ip address add 256.10.166.1/24 dev ens8
> > Error: ??? prefix is expected rather than "256.10.166.1/24".
> >
> > $ ip neighbor add proxy 2001:db8::g dev ens8
> > Error: ??? address is expected rather than "2001:db8::g".
> >
> > With this patch the output will look like:
> > $ ip address add 256.10.166.1/24 dev ens8
> > Error: inet prefix is expected rather than "256.10.166.1/24".
> >
> > $ ip neighbor add proxy 2001:db8::g dev ens8
> > Error: inet6 address is expected rather than "2001:db8::g".
> >
> > Signed-off-by: Przemyslaw Szczerbik <[email protected]>
> > Signed-off-by: Marco Varlese <[email protected]>
> > ---
> > lib/utils.c | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> If you look at git, I already applied this by manual fix.

Thanks, I didn't see your other email. Thank you for your help!

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to