blob: a1106c21e43b2d105ca13888303b46bf6c4d5257 (
plain)
1
2
3
4
5
6
7
8
9
|
SYNOPSIS
chpoarp 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.
|