mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 23:04:36 -04:00
arp(8) has traditionally supported filtering by interface via -i and
by hostname. However, this functionality was omitted from the initial
netlink-ification of arp. This patch re-introduces this filtering
functionality.
This patch also improves by-interface filtering by storing and using the
ifindex of the requested interface for filtering instead of comparing
interface name strings
Reviewed by: melifaro
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
||
|---|---|---|
| .. | ||
| arp.4 | ||
| arp.8 | ||
| arp.c | ||
| arp.h | ||
| arp_netlink.c | ||
| Makefile | ||
| Makefile.depend | ||