]> git.ipfire.org Git - thirdparty/iproute2.git/commit
show rx_otherehost_dropped stat in ip link show
authorJeffrey Ji <jeffreyji@google.com>
Thu, 9 Jun 2022 21:05:16 +0000 (21:05 +0000)
committerDavid Ahern <dsahern@kernel.org>
Sun, 12 Jun 2022 15:52:24 +0000 (09:52 -0600)
commitcebf67a35d8aa8945e5aaa409220e1b3c612969c
tree167d783dcc83e327061a245bf2759f68320acb45
parentb112043ea8f26ab61e932f3b25c670eeaa620b73
show rx_otherehost_dropped stat in ip link show

This stat was added in commit 794c24e9921f ("net-core: rx_otherhost_dropped to core_stats")

Tested: sent packet with wrong MAC address from 1
network namespace to another, verified that counter showed "1" in
`ip -s -s link sh` and `ip -s -s -j link sh`

Signed-off-by: Jeffrey Ji <jeffreyji@google.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
ip/ipaddress.c