diff options
author | ru <ru@FreeBSD.org> | 2003-10-01 08:32:37 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-10-01 08:32:37 +0000 |
commit | e7ebf2c29a49deea4eaab17c9af60539b957ba24 (patch) | |
tree | 655d5100ad39fe3012e7422a221468ace2d6d417 /sbin/ifconfig/ifconfig.8 | |
parent | 52f3ed471697534d35a97f910949a43788f33d8e (diff) | |
download | FreeBSD-src-e7ebf2c29a49deea4eaab17c9af60539b957ba24.zip FreeBSD-src-e7ebf2c29a49deea4eaab17c9af60539b957ba24.tar.gz |
By popular demand, added the "static ARP" per-interface option.
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 5ae3b22..710fbe0 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -227,6 +227,14 @@ addresses and .It Fl arp Disable the use of the Address Resolution Protocol .Pq Xr arp 4 . +.It Cm staticarp +If the Address Resolution Protocol is enabled, +the host will only reply to requests for its addresses, +and will never send any requests. +.It Fl staticarp +If the Address Resolution Protocol is enabled, +the host will perform normally, +sending out requests and listening for replies. .It Cm broadcast (Inet only.) Specify the address to use to represent broadcasts to the |