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.41 (requested by itojun):



details:   https://anonhg.NetBSD.org/src/rev/983a2bc9f84e
branches:  netbsd-1-5
changeset: 491126:983a2bc9f84e
user:      he <he%NetBSD.org@localhost>
date:      Thu Apr 05 12:33:41 2001 +0000

description:
Pull up revision 1.41 (requested by itojun):
  Support RTF_BLACKHOLE routes.

diffstat:

 sbin/route/route.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 25ad95152ec9 -r 983a2bc9f84e sbin/route/route.c
--- a/sbin/route/route.c        Thu Apr 05 12:29:23 2001 +0000
+++ b/sbin/route/route.c        Thu Apr 05 12:33:41 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: route.c,v 1.38.4.2 2001/04/05 12:23:12 he Exp $        */
+/*     $NetBSD: route.c,v 1.38.4.3 2001/04/05 12:33:41 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.2 2001/04/05 12:23:12 he Exp $");
+__RCSID("$NetBSD: route.c,v 1.38.4.3 2001/04/05 12:33:41 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\017PROTO2\020PROTO1";
+"\1UP\2GATEWAY\3HOST\4REJECT\5DYNAMIC\6MODIFIED\7DONE\010MASK_PRESENT\011CLONING\012XRESOLVE\013LLINFO\014STATIC\015BLACKHOLE\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