Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Document RTF_LOCAL
details: https://anonhg.NetBSD.org/src/rev/0c1077ba23a9
branches: trunk
changeset: 336341:0c1077ba23a9
user: roy <roy%NetBSD.org@localhost>
date: Thu Feb 26 09:58:12 2015 +0000
description:
Document RTF_LOCAL
diffstat:
share/man/man4/route.4 | 5 +++--
usr.bin/netstat/netstat.1 | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (52 lines):
diff -r b712a6f99053 -r 0c1077ba23a9 share/man/man4/route.4
--- a/share/man/man4/route.4 Thu Feb 26 09:56:11 2015 +0000
+++ b/share/man/man4/route.4 Thu Feb 26 09:58:12 2015 +0000
@@ -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 @@
#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:
diff -r b712a6f99053 -r 0c1077ba23a9 usr.bin/netstat/netstat.1
--- a/usr.bin/netstat/netstat.1 Thu Feb 26 09:56:11 2015 +0000
+++ b/usr.bin/netstat/netstat.1 Thu Feb 26 09:58:12 2015 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: netstat.1,v 1.70 2014/10/11 09:23:32 wiz Exp $
+.\" $NetBSD: netstat.1,v 1.71 2015/02/26 09:58:12 roy Exp $
.\"
.\" Copyright (c) 1983, 1990, 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)netstat.1 8.8 (Berkeley) 4/18/94
.\"
-.Dd October 19, 2013
+.Dd February 26, 2015
.Dt NETSTAT 1
.Os
.Sh NAME
@@ -378,6 +378,7 @@
.It G RTF_GATEWAY Destination requires forwarding by intermediary
.It H RTF_HOST Host entry (net otherwise)
.It L RTF_LLINFO Valid protocol to link address translation.
+.It l RTF_LOCAL Route represents a local address
.It M RTF_MODIFIED Modified dynamically (by redirect)
.It p RTF_ANNOUNCE Link level proxy
.It R RTF_REJECT Host or net unreachable
Home |
Main Index |
Thread Index |
Old Index