Re: [PATCH net-next] net: mpls: Update lfib_nlmsg_size to skip deleted nexthops

2017-03-29 Thread David Miller
From: David Ahern Date: Tue, 28 Mar 2017 15:19:49 -0700 > A recent commit skips nexthops in a route if the device has been > deleted. Update lfib_nlmsg_size accordingly. > > Reported-by: Roopa Prabhu > Signed-off-by: David Ahern

Re: [PATCH net-next] net: mpls: Update lfib_nlmsg_size to skip deleted nexthops

2017-03-29 Thread Robert Shearman
On 28/03/17 23:19, David Ahern wrote: A recent commit skips nexthops in a route if the device has been deleted. Update lfib_nlmsg_size accordingly. Reported-by: Roopa Prabhu Signed-off-by: David Ahern Acked-by: Robert Shearman

Re: [PATCH net-next] net: mpls: Update lfib_nlmsg_size to skip deleted nexthops

2017-03-28 Thread Roopa Prabhu
On 3/28/17, 3:19 PM, David Ahern wrote: > A recent commit skips nexthops in a route if the device has been > deleted. Update lfib_nlmsg_size accordingly. > > Reported-by: Roopa Prabhu > Signed-off-by: David Ahern > --- > Acked-by: Roopa Prabhu

[PATCH net-next] net: mpls: Update lfib_nlmsg_size to skip deleted nexthops

2017-03-28 Thread David Ahern
A recent commit skips nexthops in a route if the device has been deleted. Update lfib_nlmsg_size accordingly. Reported-by: Roopa Prabhu Signed-off-by: David Ahern --- net/mpls/af_mpls.c | 2 ++ 1 file changed, 2 insertions(+) diff --git