Re: [PATCH net 0/2] nexthop: Do not flush blackhole nexthops when loopback goes down

2021-03-04 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Thu, 4 Mar 2021 10:57:52 +0200 you wrote: > From: Ido Schimmel > > Patch #1 prevents blackhole nexthops from being flushed when the > loopback device goes down given that as far as user space is concerned, > these nexthop

[PATCH net 0/2] nexthop: Do not flush blackhole nexthops when loopback goes down

2021-03-04 Thread Ido Schimmel
From: Ido Schimmel Patch #1 prevents blackhole nexthops from being flushed when the loopback device goes down given that as far as user space is concerned, these nexthops do not have a nexthop device. Patch #2 adds a test case. There are no regressions in fib_nexthops.sh with this change: # .

[RFC PATCH net 0/2] nexthop: Do not flush blackhole nexthops when loopback goes down

2021-02-28 Thread Ido Schimmel
From: Ido Schimmel Patch #1 prevents blackhole nexthops from being flushed when the loopback device goes down given that as far as user space is concerned, these nexthops do not have a nexthop device. Patch #2 adds a test case. This is a user visible change, so sending as RFC. Personally, I th