summaryrefslogtreecommitdiff
path: root/net-mgmt/choparp/pkg-descr
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-10-07 14:39:43 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-10-07 14:39:43 +0000
commit1b5f72d092728632727e9f5cde56093ed0f896d9 (patch)
tree61385bc2fbcad8677ae1bc51ce83c7dc23b613fe /net-mgmt/choparp/pkg-descr
parentUpgrade to 4.3.0 (diff)
choparp port.
small and simplified proxy arp daemon. Submitted by: itojun@itojun.org
Notes
Notes: svn path=/head/; revision=8157
Diffstat (limited to 'net-mgmt/choparp/pkg-descr')
-rw-r--r--net-mgmt/choparp/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/net-mgmt/choparp/pkg-descr b/net-mgmt/choparp/pkg-descr
new file mode 100644
index 000000000000..a1106c21e43b
--- /dev/null
+++ b/net-mgmt/choparp/pkg-descr
@@ -0,0 +1,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.