Module Name:    src
Committed By:   roy
Date:           Thu Feb 26 09:58:39 UTC 2015

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

Log Message:
Document RTF_LOCAL


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 src/share/man/man4/route.4:1.24
--- src/share/man/man4/route.4:1.23	Tue Feb 24 19:11:13 2015
+++ src/share/man/man4/route.4	Thu Feb 26 09:58:39 2015
@@ -1,4 +1,4 @@
-.\"	$NetBSD: route.4,v 1.23 2015/02/24 19:11:13 roy Exp $
+.\"	$NetBSD: route.4,v 1.24 2015/02/26 09:58:39 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 February 24, 2015
+.Dd February 26, 2015
 .Dt ROUTE 4
 .Os
 .Sh NAME
@@ -310,6 +310,7 @@ Flags include the values:
 #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 */
+#define	RTF_LOCAL     0x40000   /* route represents a local address */
 .Ed
 .Pp
 Specifiers for metric values in rmx_locks and rtm_inits are:

Reply via email to