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.16 (requested by itojun):
details: https://anonhg.NetBSD.org/src/rev/857986d1a03a
branches: netbsd-1-5
changeset: 491127:857986d1a03a
user: he <he%NetBSD.org@localhost>
date: Thu Apr 05 12:33:54 2001 +0000
description:
Pull up revision 1.16 (requested by itojun):
Support RTF_BLACKHOLE routes.
diffstat:
sbin/route/show.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 983a2bc9f84e -r 857986d1a03a sbin/route/show.c
--- a/sbin/route/show.c Thu Apr 05 12:33:41 2001 +0000
+++ b/sbin/route/show.c Thu Apr 05 12:33:54 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: show.c,v 1.14.4.1 2000/10/18 00:39:48 tv Exp $ */
+/* $NetBSD: show.c,v 1.14.4.2 2001/04/05 12:33:54 he Exp $ */
/*
* Copyright (c) 1983, 1988, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "from: @(#)route.c 8.3 (Berkeley) 3/9/94";
#else
-__RCSID("$NetBSD: show.c,v 1.14.4.1 2000/10/18 00:39:48 tv Exp $");
+__RCSID("$NetBSD: show.c,v 1.14.4.2 2001/04/05 12:33:54 he Exp $");
#endif
#endif /* not lint */
@@ -89,6 +89,7 @@
{ RTF_XRESOLVE, 'X' },
{ RTF_LLINFO, 'L' },
{ RTF_STATIC, 'S' },
+ { RTF_BLACKHOLE, 'B' },
{ RTF_PROTO1, '1' },
{ RTF_PROTO2, '2' },
{ 0 }
Home |
Main Index |
Thread Index |
Old Index