mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1b5f72d092
small and simplified proxy arp daemon. Submitted by: itojun@itojun.org
10 lines
392 B
Plaintext
10 lines
392 B
Plaintext
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.
|