blob: 7983599dd0d40bc66cadc87b12a6d3184a84e5b7 (
plain)
1
2
3
4
5
6
7
8
9
|
SYNOPSIS
choparp if_name mac_addr net_addr net_mask
DESCRIPTION
choparp is a easy-to-use proxy arp daemon. It watches arp request pack-
ets visible on the interface specified by argument if_name, and sends
proxy arp reply to the sender if the arp request queries the MAC address
(ethernet hardware address) for the network speicified by net_addr and
net_mask.
|