#
79278872 |
| 14-Sep-2023 |
R. Christian McDonald <rcm@rcm.sh> |
arp(8): fix by-interface and by-host filtering when using netlink
arp(8) has traditionally supported filtering by interface via -i and by hostname. However, this functionality was omitted from the i
arp(8): fix by-interface and by-host filtering when using netlink
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")
show more ...
|
#
6ad73dbf |
| 25-Apr-2023 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
arp: convert arp(8) to netlink.
The change is intended to be fully transparent to the users. Similarly to route(8) and netstat(8), arp can be build without netlink by defining WITHOUT_NETLINK in ma
arp: convert arp(8) to netlink.
The change is intended to be fully transparent to the users. Similarly to route(8) and netstat(8), arp can be build without netlink by defining WITHOUT_NETLINK in make.conf.
Differential Revision: https://reviews.freebsd.org/D39720
show more ...
|