mbox series

[net-next,0/2] ipv4: Invalidate neighbour for broadcast address upon address addition

Message ID 20220219154520.344057-1-idosch@nvidia.com (mailing list archive)
Headers show
Series ipv4: Invalidate neighbour for broadcast address upon address addition | expand

Message

Ido Schimmel Feb. 19, 2022, 3:45 p.m. UTC
Patch #1 solves a recently reported issue [1]. See detailed description
in the changelog.

Patch #2 adds a matching test case.

Targeting at net-next since as far as I can tell this use case never
worked.

There are no regressions in fib_tests.sh with this change:

 # ./fib_tests.sh
 ...
 Tests passed: 186
 Tests failed:   0

[1] https://lore.kernel.org/netdev/55a04a8f-56f3-f73c-2aea-2195923f09d1@huawei.com/

Ido Schimmel (2):
  ipv4: Invalidate neighbour for broadcast address upon address addition
  selftests: fib_test: Add a test case for IPv4 broadcast neighbours

 include/net/arp.h                        |  1 +
 net/ipv4/arp.c                           |  9 +++-
 net/ipv4/fib_frontend.c                  |  5 +-
 tools/testing/selftests/net/fib_tests.sh | 58 +++++++++++++++++++++++-
 4 files changed, 69 insertions(+), 4 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 21, 2022, noon UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Sat, 19 Feb 2022 17:45:18 +0200 you wrote:
> Patch #1 solves a recently reported issue [1]. See detailed description
> in the changelog.
> 
> Patch #2 adds a matching test case.
> 
> Targeting at net-next since as far as I can tell this use case never
> worked.
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] ipv4: Invalidate neighbour for broadcast address upon address addition
    https://git.kernel.org/netdev/net-next/c/0c51e12e218f
  - [net-next,2/2] selftests: fib_test: Add a test case for IPv4 broadcast neighbours
    https://git.kernel.org/netdev/net-next/c/25bd462fa42f

You are awesome, thank you!