Module Name:    src
Committed By:   roy
Date:           Tue Feb 24 19:11:13 UTC 2015

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

Log Message:
Sync route flags from net/route.h


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 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.22 src/share/man/man4/route.4:1.23
--- src/share/man/man4/route.4:1.22	Fri May 24 14:40:18 2013
+++ src/share/man/man4/route.4	Tue Feb 24 19:11:13 2015
@@ -1,4 +1,4 @@
-.\"	$NetBSD: route.4,v 1.22 2013/05/24 14:40:18 njoly Exp $
+.\"	$NetBSD: route.4,v 1.23 2015/02/24 19:11:13 roy 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 May 21, 2013
+.Dd February 24, 2015
 .Dt ROUTE 4
 .Os
 .Sh NAME
@@ -292,22 +292,24 @@ struct rt_metrics {
 .Pp
 Flags include the values:
 .Bd -literal
-#define	RTF_UP        0x1      /* route usable */
-#define	RTF_GATEWAY   0x2      /* destination is a gateway */
-#define	RTF_HOST      0x4      /* host entry (net otherwise) */
-#define	RTF_REJECT    0x8      /* host or net unreachable */
-#define	RTF_DYNAMIC   0x10     /* created dynamically (by redirect) */
-#define	RTF_MODIFIED  0x20     /* modified dynamically (by redirect) */
-#define	RTF_DONE      0x40     /* message confirmed */
-#define	RTF_MASK      0x80     /* subnet mask present */
-#define	RTF_CLONING   0x100    /* generate new routes on use */
-#define	RTF_XRESOLVE  0x200    /* external daemon resolves name */
-#define	RTF_LLINFO    0x400    /* generated by ARP or ESIS */
-#define	RTF_STATIC    0x800    /* manually added */
-#define	RTF_BLACKHOLE 0x1000   /* just discard pkts (during updates) */
-#define	RTF_CLONED    0x2000   /* this is a cloned route */
-#define	RTF_PROTO2    0x4000   /* protocol specific routing flag */
-#define	RTF_PROTO1    0x8000   /* protocol specific routing flag */
+#define	RTF_UP        0x1       /* route usable */
+#define	RTF_GATEWAY   0x2       /* destination is a gateway */
+#define	RTF_HOST      0x4       /* host entry (net otherwise) */
+#define	RTF_REJECT    0x8       /* host or net unreachable */
+#define	RTF_DYNAMIC   0x10      /* created dynamically (by redirect) */
+#define	RTF_MODIFIED  0x20      /* modified dynamically (by redirect) */
+#define	RTF_DONE      0x40      /* message confirmed */
+#define	RTF_MASK      0x80      /* subnet mask present */
+#define	RTF_CLONING   0x100     /* generate new routes on use */
+#define	RTF_XRESOLVE  0x200     /* external daemon resolves name */
+#define	RTF_LLINFO    0x400     /* generated by ARP or NDP */
+#define	RTF_STATIC    0x800     /* manually added */
+#define	RTF_BLACKHOLE 0x1000    /* just discard pkts (during updates) */
+#define	RTF_CLONED    0x2000    /* this is a cloned route */
+#define	RTF_PROTO2    0x4000    /* protocol specific routing flag */
+#define	RTF_PROTO1    0x8000    /* protocol specific routing flag */
+#define	RTF_SRC       0x10000   /* route has fixed source address */
+#define	RTF_ANNOUNCE  0x20000   /* announce new ARP or NDP entry */
 .Ed
 .Pp
 Specifiers for metric values in rmx_locks and rtm_inits are:

Reply via email to