git: 9front

Download patch

ref: afcf25f9dab81deb2e07fc28959315b3f24c6db3
parent: 658151a62223fa4fbce09e8a60607f91d6f2b50f
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Jul 23 18:57:43 EDT 2023

ip(3): document garp ctl message for /net/arp

--- a/sys/man/3/ip
+++ b/sys/man/3/ip
@@ -494,12 +494,9 @@
 .B /net/arp
 administers the ARP information.
 The control messages are:
-.TF "\fLdel \fIIP-addr\fR"
+.TF "\fLgarp \fIIP-addr\fR"
 .PD
 .TP
-.B flush
-Remove all entries.
-.TP
 .BI add\  "type IP-addr Media-addr Interface-IP-addr"
 Add an entry or replace an existing one for the
 same IP address. The optional interface IP address specifies the
@@ -508,6 +505,12 @@
 .TP
 .BI del\  "IP-addr"
 Delete an individual entry.
+.TP
+.B flush
+Remove all entries.
+.TP
+.BI garp\  "IP-addr"
+Send a gratious ARP response for the specified IP address.
 .PP
 ARP entries do not time out.  The ARP table is a
 cache with an LRU replacement policy.  The IP stack
--