Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sbin/route Pull up revision 1.42 (requested by itojun):
details: https://anonhg.NetBSD.org/src/rev/3e69f99f76f5
branches: netbsd-1-5
changeset: 491128:3e69f99f76f5
user: he <he%NetBSD.org@localhost>
date: Thu Apr 05 12:41:51 2001 +0000
description:
Pull up revision 1.42 (requested by itojun):
Mark cloned routes with RTF_CLONED. Present it in ``netstat -r''
output by ``c''.
diffstat:
sbin/route/route.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 857986d1a03a -r 3e69f99f76f5 sbin/route/route.c
--- a/sbin/route/route.c Thu Apr 05 12:33:54 2001 +0000
+++ b/sbin/route/route.c Thu Apr 05 12:41:51 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: route.c,v 1.38.4.3 2001/04/05 12:33:41 he Exp $ */
+/* $NetBSD: route.c,v 1.38.4.4 2001/04/05 12:41:51 he Exp $ */
/*
* Copyright (c) 1983, 1989, 1991, 1993
@@ -43,7 +43,7 @@
#if 0
static char sccsid[] = "@(#)route.c 8.6 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: route.c,v 1.38.4.3 2001/04/05 12:33:41 he Exp $");
+__RCSID("$NetBSD: route.c,v 1.38.4.4 2001/04/05 12:41:51 he Exp $");
#endif
#endif /* not lint */
@@ -1452,7 +1452,7 @@
char metricnames[] =
"\011pksent\010rttvar\7rtt\6ssthresh\5sendpipe\4recvpipe\3expire\2hopcount\1mtu";
char routeflags[] =
-"\1UP\2GATEWAY\3HOST\4REJECT\5DYNAMIC\6MODIFIED\7DONE\010MASK_PRESENT\011CLONING\012XRESOLVE\013LLINFO\014STATIC\015BLACKHOLE\017PROTO2\020PROTO1";
+"\1UP\2GATEWAY\3HOST\4REJECT\5DYNAMIC\6MODIFIED\7DONE\010MASK_PRESENT\011CLONING\012XRESOLVE\013LLINFO\014STATIC\015BLACKHOLE\016CLONED\017PROTO2\020PROTO1";
char ifnetflags[] =
"\1UP\2BROADCAST\3DEBUG\4LOOPBACK\5PTP\6NOTRAILERS\7RUNNING\010NOARP\011PPROMISC\012ALLMULTI\013OACTIVE\014SIMPLEX\015LINK0\016LINK1\017LINK2\020MULTICAST";
char addrnames[] =
Home |
Main Index |
Thread Index |
Old Index