Re: [PATCH net-next 10/10] selftests: netdevsim: Add fib_notifications test

2021-01-27 Thread David Ahern
On 1/26/21 6:23 AM, Ido Schimmel wrote: > From: Amit Cohen > > Add test to check fib notifications behavior. > > The test checks route addition, route deletion and route replacement for > both IPv4 and IPv6. > > When fib_notify_on_flag_change=0, expect single notification for route > addition/d

[PATCH net-next 10/10] selftests: netdevsim: Add fib_notifications test

2021-01-26 Thread Ido Schimmel
From: Amit Cohen Add test to check fib notifications behavior. The test checks route addition, route deletion and route replacement for both IPv4 and IPv6. When fib_notify_on_flag_change=0, expect single notification for route addition/deletion/replacement. When fib_notify_on_flag_change=1, ex