Re: [PATCH iproute2] lib: suppress error msg when filling the cache

2019-05-28 Thread Stephen Hemminger
On Fri, 24 May 2019 10:08:28 -0600 David Ahern wrote: > On 5/24/19 2:59 AM, Nicolas Dichtel wrote: > > Before the patch: > > $ ip netns add foo > > $ ip link add name veth1 address 2a:a5:5c:b9:52:89 type veth peer name > > veth2 address 2a:a5:5c:b9:53:90 netns foo > > RTNETLINK answers: No such

Re: [PATCH iproute2] lib: suppress error msg when filling the cache

2019-05-24 Thread David Ahern
On 5/24/19 2:59 AM, Nicolas Dichtel wrote: > Before the patch: > $ ip netns add foo > $ ip link add name veth1 address 2a:a5:5c:b9:52:89 type veth peer name veth2 > address 2a:a5:5c:b9:53:90 netns foo > RTNETLINK answers: No such device > RTNETLINK answers: No such device > > But the command was

[PATCH iproute2] lib: suppress error msg when filling the cache

2019-05-24 Thread Nicolas Dichtel
Before the patch: $ ip netns add foo $ ip link add name veth1 address 2a:a5:5c:b9:52:89 type veth peer name veth2 address 2a:a5:5c:b9:53:90 netns foo RTNETLINK answers: No such device RTNETLINK answers: No such device But the command was successful. This may break script. Let's remove those error