Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.bin/netstat Pull up revision 1.28 (requested by ito...



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

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

diffstat:

 usr.bin/netstat/netstat.1 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ac0e95260040 -r ace44a6ee4bf usr.bin/netstat/netstat.1
--- a/usr.bin/netstat/netstat.1 Thu Apr 05 12:42:04 2001 +0000
+++ b/usr.bin/netstat/netstat.1 Thu Apr 05 12:42:24 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: netstat.1,v 1.26 1999/12/13 15:22:55 itojun Exp $
+.\"    $NetBSD: netstat.1,v 1.26.4.1 2001/04/05 12:42:24 he Exp $
 .\"
 .\" Copyright (c) 1983, 1990, 1992, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -286,6 +286,7 @@
 2      RTF_PROTO1      Protocol specific routing flag #2 
 B      RTF_BLACKHOLE   Just discard pkts (during updates) 
 C      RTF_CLONING     Generate new routes on use 
+c      RTF_CLONED      Cloned routes (generated from RTF_CLONING)
 D      RTF_DYNAMIC     Created dynamically (by redirect) 
 G      RTF_GATEWAY     Destination requires forwarding by intermediary
 H      RTF_HOST        Host entry (net otherwise) 



Home | Main Index | Thread Index | Old Index