opnsense-src/usr.sbin/arp
R. Christian McDonald 79278872ad 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")
2023-09-14 10:14:10 +02:00
..
arp.4 Remove $FreeBSD$: one-line nroff pattern 2023-08-16 11:55:15 -06:00
arp.8 Remove $FreeBSD$: one-line nroff pattern 2023-08-16 11:55:15 -06:00
arp.c arp(8): fix by-interface and by-host filtering when using netlink 2023-09-14 10:14:10 +02:00
arp.h arp(8): fix by-interface and by-host filtering when using netlink 2023-09-14 10:14:10 +02:00
arp_netlink.c arp(8): fix by-interface and by-host filtering when using netlink 2023-09-14 10:14:10 +02:00
Makefile Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
Makefile.depend Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00