git: arp(8): Add option -i to limit operations to one interface

Aaron LI aly at crater.dragonflybsd.org
Thu Oct 25 05:44:51 PDT 2018


commit d16b92b101f8d2d6ac5ae45b2243471813a44a57
Author: Aaron LI <aly at aaronly.me>
Date:   Thu Oct 25 13:16:47 2018 +0800

    arp(8): Add option -i to limit operations to one interface
    
    This allows to limit the scope of operation to the ARP entries on a
    particular interface, which should be useful on machines with lots of
    network interfaces, e.g., inter-VLAN routers.
    
    This new option will also be used in /etc/pccard_ether.
    
    Taken from FreeBSD (r117729, r154162) with modifications.

Summary of changes:
 usr.sbin/arp/arp.8 | 13 +++++++++++--
 usr.sbin/arp/arp.c | 35 ++++++++++++++++++++++++++++-------
 2 files changed, 39 insertions(+), 9 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d16b92b101f8d2d6ac5ae45b2243471813a44a57


-- 
DragonFly BSD source repository



More information about the Commits mailing list