Page MenuHomeFreeBSD

arp: add -D flag to display cache statistics
Needs ReviewPublic

Authored by kevans on Aug 3 2021, 2:41 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 16, 6:59 PM
Unknown Object (File)
Thu, Nov 6, 4:23 PM
Unknown Object (File)
Thu, Nov 6, 12:16 AM
Unknown Object (File)
Oct 22 2025, 1:08 AM
Unknown Object (File)
Oct 20 2025, 5:15 PM
Unknown Object (File)
Oct 20 2025, 5:15 PM
Unknown Object (File)
Oct 20 2025, 3:34 AM
Unknown Object (File)
Oct 4 2025, 11:01 PM
Subscribers

Details

Reviewers
melifaro
Group Reviewers
network
NetApp
manpages
Summary

Sponsored by: NetApp, Inc.
Sponsored by: Klara, Inc.
X-NetApp-PR: #64

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40819
Build 37708: arc lint + arc unit

Event Timeline

kevans requested review of this revision.Aug 3 2021, 2:41 AM

Currently, we don't have any counters attached to the arp/ndp entries. The closest ones are the nexthop ones.

Could you by any chance describe the problem that this diff is addressing?

bcr added a subscriber: bcr.

OK from manpages.

Currently, we don't have any counters attached to the arp/ndp entries. The closest ones are the nexthop ones.

Could you by any chance describe the problem that this diff is addressing?

Bah, let me go check the kernel-side and figure out what I've missed.