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
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
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