Re: [PATCH net-next] net/ipv4: Add extack message that dev is required for ONLINK

2018-08-31 Thread David Miller
From: dsah...@kernel.org Date: Wed, 29 Aug 2018 16:53:27 -0700 > From: David Ahern > > Make IPv4 consistent with IPv6 and return an extack message that the > ONLINK flag requires a nexthop device. > > Signed-off-by: David Ahern Applied.

[PATCH net-next] net/ipv4: Add extack message that dev is required for ONLINK

2018-08-29 Thread dsahern
From: David Ahern Make IPv4 consistent with IPv6 and return an extack message that the ONLINK flag requires a nexthop device. Signed-off-by: David Ahern --- net/ipv4/fib_semantics.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/ipv4/fib_semantics.c b/net/ipv4/fib_s