Module Name: src
Committed By: kefren
Date: Sun Jul 3 07:25:52 UTC 2011
Modified Files:
src/share/man/man4: route.4
Log Message:
add RTA_TAG as defined in <net/route.h>
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 src/share/man/man4/route.4:1.18
--- src/share/man/man4/route.4:1.17 Mon Nov 15 21:19:59 2010
+++ src/share/man/man4/route.4 Sun Jul 3 07:25:52 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: route.4,v 1.17 2010/11/15 21:19:59 wiz Exp $
+.\" $NetBSD: route.4,v 1.18 2011/07/03 07:25:52 kefren Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -327,6 +327,7 @@
#define RTA_IFA 0x20 /* interface addr sockaddr present */
#define RTA_AUTHOR 0x40 /* sockaddr for author of redirect */
#define RTA_BRD 0x80 /* for NEWADDR, broadcast or p-p dest addr */
+#define RTA_TAG 0x100 /* route tag */
.Ed
.Sh SEE ALSO
.Xr socket 2 ,