Re: [PATCH] ip addr: support change and replace commands

2015-07-01 Thread Denys Vlasenko
Applied, thanks. On Tue, Jun 23, 2015 at 6:19 PM, Michael Tokarev wrote: > 23.06.2015 18:44, Bernhard Reutner-Fischer wrote: >> On June 23, 2015 3:27:54 PM GMT+02:00, Michael Tokarev >> wrote: >>> Ping? >>> >>> 20.05.2015 16:27, Michael Tokarev wrote: Signed-off-by: Michael Tokarev -

Re: [PATCH] ip addr: support change and replace commands

2015-06-23 Thread Michael Tokarev
23.06.2015 18:44, Bernhard Reutner-Fischer wrote: > On June 23, 2015 3:27:54 PM GMT+02:00, Michael Tokarev > wrote: >> Ping? >> >> 20.05.2015 16:27, Michael Tokarev wrote: >>> Signed-off-by: Michael Tokarev >>> --- >>> networking/ip.c | 2 +- >>> networking/libiproute/ipaddre

Re: [PATCH] ip addr: support change and replace commands

2015-06-23 Thread Bernhard Reutner-Fischer
On June 23, 2015 3:27:54 PM GMT+02:00, Michael Tokarev wrote: >Ping? > >20.05.2015 16:27, Michael Tokarev wrote: >> Signed-off-by: Michael Tokarev >> --- >> networking/ip.c | 2 +- >> networking/libiproute/ipaddress.c | 20 >> 2 files changed, 13 insertion

Re: [PATCH] ip addr: support change and replace commands

2015-06-23 Thread Michael Tokarev
Ping? 20.05.2015 16:27, Michael Tokarev wrote: > Signed-off-by: Michael Tokarev > --- > networking/ip.c | 2 +- > networking/libiproute/ipaddress.c | 20 > 2 files changed, 13 insertions(+), 9 deletions(-) > > diff --git a/networking/ip.c b/networking/ip.

[PATCH] ip addr: support change and replace commands

2015-05-20 Thread Michael Tokarev
Signed-off-by: Michael Tokarev --- networking/ip.c | 2 +- networking/libiproute/ipaddress.c | 20 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/networking/ip.c b/networking/ip.c index 98fe621..d35345c 100644 --- a/networking/ip.c +++ b/ne