Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/share/man/man4 Pull up revision 1.9 (requested by itojun):



details:   https://anonhg.NetBSD.org/src/rev/92fad98897ea
branches:  netbsd-1-5
changeset: 491132:92fad98897ea
user:      he <he%NetBSD.org@localhost>
date:      Thu Apr 05 12:42:59 2001 +0000

description:
Pull up revision 1.9 (requested by itojun):
  Mark cloned routes with RTF_CLONED.  Present it in ``netstat -r''
  output by ``c''.

  Let static routes overwrite cloned routes, as cloned routes can
  come back again if necessary.  Should fix PR#11916 and maybe some
  other PRs with ARP behavior.

diffstat:

 share/man/man4/route.4 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f689c726f6dc -r 92fad98897ea share/man/man4/route.4
--- a/share/man/man4/route.4    Thu Apr 05 12:42:38 2001 +0000
+++ b/share/man/man4/route.4    Thu Apr 05 12:42:59 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: route.4,v 1.7 1998/04/28 06:00:55 fair Exp $
+.\"    $NetBSD: route.4,v 1.7.10.1 2001/04/05 12:42:59 he Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -282,6 +282,7 @@
 #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 */
 .Ed



Home | Main Index | Thread Index | Old Index