implement an arp filter
authorhenning <henning@openbsd.org>
Mon, 5 Feb 2018 03:51:53 +0000 (03:51 +0000)
committerhenning <henning@openbsd.org>
Mon, 5 Feb 2018 03:51:53 +0000 (03:51 +0000)
commitd6404d18806056a3c60a2de3a22f4dd33af6730e
tree1c76919ed5f967d8e3c682314ec299f5277a27a2
parent30886f7cca90045386f52916038877a579d1dbed
implement an arp filter
allows arp (and rarp) requests and replies to be matched, including matching
based on the source and target host and protocol adresses, and thus control
over arp traffic and learning.
written for medical x-ray machines, but useful in many spread out L2 networks
ok claudio benno
sbin/ifconfig/brconfig.c
sbin/ifconfig/ifconfig.8
sys/net/bridgectl.c
sys/net/if_bridge.c
sys/net/if_bridge.h