Module Name:    src
Committed By:   christos
Date:           Sun Jul  1 22:27:43 UTC 2018

Modified Files:
        src/share/man/man4: route.4

Log Message:
Add more message types.
XXX: Need more updates to the doc


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/share/man/man4/route.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/route.4
diff -u src/share/man/man4/route.4:1.31 src/share/man/man4/route.4:1.32
--- src/share/man/man4/route.4:1.31	Mon Jul  3 17:30:58 2017
+++ src/share/man/man4/route.4	Sun Jul  1 18:27:43 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: route.4,v 1.31 2017/07/03 21:30:58 wiz Exp $
+.\"	$NetBSD: route.4,v 1.32 2018/07/01 22:27:43 christos Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)route.4	8.6 (Berkeley) 4/19/94
 .\"
-.Dd April 11, 2017
+.Dd July 11, 2018
 .Dt ROUTE 4
 .Os
 .Sh NAME
@@ -213,11 +213,22 @@ The messages are:
 #define	RTM_LOSING	0x5    /* Kernel Suspects Partitioning */
 #define	RTM_REDIRECT	0x6    /* Told to use different route */
 #define	RTM_MISS	0x7    /* Lookup failed on this address */
+#define RTM_LOCK	0x8	/* fix specified metrics */
+#define RTM_OLDADD	0x9	/* caused by SIOCADDRT */
+#define RTM_OLDDEL	0xa	/* caused by SIOCDELRT */
 #define	RTM_ONEWADDR	0xc    /* Old (pre-8.0) RTM_NEWADDR message */
+// #define RTM_RESOLVE	0xb	/* req to resolve dst to LL addr */
 #define	RTM_ODELADDR	0xd    /* Old (pre-8.0) RTM_DELADDR message */
 #define	RTM_OOIFINFO	0xe    /* Old (pre-1.5) RTM_IFINFO message */
 #define	RTM_OIFINFO	0xf    /* Old (pre-6.0) RTM_IFINFO message */
 #define	RTM_IFANNOUNCE	0x10   /* iface arrival/departure */
+#define	RTM_IEEE80211	0x11	/* IEEE80211 wireless event */
+#define	RTM_SETGATE	0x12	/* set prototype gateway for clones
+				 * (see example in arp_rtrequest).
+				 */
+#define	RTM_LLINFO_UPD	0x13	/* indication to ARP/NDP/etc. that link-layer
+				 * address has changed
+				 */
 #define	RTM_IFINFO	0x14   /* iface/link going up/down etc. */
 #define	RTM_OCHGADDR	0x15   /* Old (pre-8.0) RTM_CHGADDR message */
 #define	RTM_NEWADDR	0x16   /* address being added to iface */

Reply via email to