Re: [PATCH RFC net-next 0/7] net/ipv6: Fix route append and replace use cases

2018-05-14 Thread Tobin C. Harding
On Tue, May 15, 2018 at 12:25:03AM -0600, David Ahern wrote: > On 5/15/18 12:12 AM, Tobin C. Harding wrote: > > Queue questions on how to run your selftests ;) > > copy tools/testing/selftests/net/fib_tests.sh to test environment. > > Run it with no options to run all tests or to run specific tes

Re: [PATCH RFC net-next 0/7] net/ipv6: Fix route append and replace use cases

2018-05-14 Thread David Ahern
On 5/15/18 12:12 AM, Tobin C. Harding wrote: > Queue questions on how to run your selftests ;) copy tools/testing/selftests/net/fib_tests.sh to test environment. Run it with no options to run all tests or to run specific tests: $ fib_tests.sh -t ipv4_rt $ fib_tests.sh -t ipv6_rt

Re: [PATCH RFC net-next 0/7] net/ipv6: Fix route append and replace use cases

2018-05-14 Thread Tobin C. Harding
On Mon, May 14, 2018 at 11:54:08PM -0600, David Ahern wrote: > On 5/14/18 11:21 PM, Tobin C. Harding wrote: > > Hi David, > > > > On Mon, May 14, 2018 at 07:51:05PM -0700, David Ahern wrote: > >> This patch set fixes a few append and replace uses cases for IPv6 and > >> adds test cases that codifi

Re: [PATCH RFC net-next 0/7] net/ipv6: Fix route append and replace use cases

2018-05-14 Thread David Ahern
On 5/14/18 11:21 PM, Tobin C. Harding wrote: > Hi David, > > On Mon, May 14, 2018 at 07:51:05PM -0700, David Ahern wrote: >> This patch set fixes a few append and replace uses cases for IPv6 and >> adds test cases that codifies the expectations of how append and replace >> are expected to work. >

Re: [PATCH RFC net-next 0/7] net/ipv6: Fix route append and replace use cases

2018-05-14 Thread Tobin C. Harding
Hi David, On Mon, May 14, 2018 at 07:51:05PM -0700, David Ahern wrote: > This patch set fixes a few append and replace uses cases for IPv6 and > adds test cases that codifies the expectations of how append and replace > are expected to work. Nood question: what commit does this apply on top of pl

[PATCH RFC net-next 0/7] net/ipv6: Fix route append and replace use cases

2018-05-14 Thread David Ahern
This patch set fixes a few append and replace uses cases for IPv6 and adds test cases that codifies the expectations of how append and replace are expected to work. In paricular it allows a multipath route to have a dev-only nexthop, something Thomas tried to accomplish with commit edd7ceb78296 ("i