Re: [PATCH net-next] net: ipv6: add NLM_F_APPEND in notifications when applicable

2017-02-01 Thread David Miller
From: David Ahern Date: Tue, 31 Jan 2017 16:51:37 -0800 > IPv6 does not set the NLM_F_APPEND flag in notifications to signal that > a NEWROUTE is an append versus a new route or a replaced one. Add the > flag if the request has it. > > Signed-off-by: David Ahern

[PATCH net-next] net: ipv6: add NLM_F_APPEND in notifications when applicable

2017-01-31 Thread David Ahern
IPv6 does not set the NLM_F_APPEND flag in notifications to signal that a NEWROUTE is an append versus a new route or a replaced one. Add the flag if the request has it. Signed-off-by: David Ahern --- sending this one outside of the multipath patch set since it has