Re: [PATCH iproute2] ip route: Add annotation for replaced routes

2016-06-14 Thread David Ahern
On 6/14/16 3:34 PM, Stephen Hemminger wrote: On Thu, 9 Jun 2016 13:05:42 -0700 David Ahern wrote: If NLM_F_REPLACE flag is set then a route is replacing an existing route. Prepend "Replaced " to these routes similar to how "Deleted " is added to deleted routes. Signed-off-by: David Ahern

Re: [PATCH iproute2] ip route: Add annotation for replaced routes

2016-06-14 Thread Stephen Hemminger
On Thu, 9 Jun 2016 13:05:42 -0700 David Ahern wrote: > If NLM_F_REPLACE flag is set then a route is replacing an existing route. > Prepend "Replaced " to these routes similar to how "Deleted " is added > to deleted routes. > > Signed-off-by: David Ahern Why just routes, there are several othe

[PATCH iproute2] ip route: Add annotation for replaced routes

2016-06-09 Thread David Ahern
If NLM_F_REPLACE flag is set then a route is replacing an existing route. Prepend "Replaced " to these routes similar to how "Deleted " is added to deleted routes. Signed-off-by: David Ahern --- ip/iproute.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ip/iproute.c b/ip/iproute.c index