Source-Changes-HG archive

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

[src/netbsd-7]: src/sbin/route Pull up following revision(s) (requested by uw...



details:   https://anonhg.NetBSD.org/src/rev/de12fb78e075
branches:  netbsd-7
changeset: 800384:de12fb78e075
user:      snj <snj%NetBSD.org@localhost>
date:      Wed Jan 03 21:21:16 2018 +0000

description:
Pull up following revision(s) (requested by uwe in ticket #1542):
        sbin/route/route.c: revision 1.157
Fix typo in flag name.  We should probably just use IFFBITS string
that <net/if.h> defines.
PR bin/52815

diffstat:

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

diffs (27 lines):

diff -r 9f3e43b211ee -r de12fb78e075 sbin/route/route.c
--- a/sbin/route/route.c        Wed Jan 03 21:18:03 2018 +0000
+++ b/sbin/route/route.c        Wed Jan 03 21:21:16 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: route.c,v 1.144.4.2 2015/01/08 11:01:01 martin Exp $   */
+/*     $NetBSD: route.c,v 1.144.4.3 2018/01/03 21:21:16 snj Exp $      */
 
 /*
  * Copyright (c) 1983, 1989, 1991, 1993
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)route.c    8.6 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: route.c,v 1.144.4.2 2015/01/08 11:01:01 martin Exp $");
+__RCSID("$NetBSD: route.c,v 1.144.4.3 2018/01/03 21:21:16 snj Exp $");
 #endif
 #endif /* not lint */
 
@@ -1287,7 +1287,7 @@
 const char routeflags[] =
 "\1UP\2GATEWAY\3HOST\4REJECT\5DYNAMIC\6MODIFIED\7DONE\010MASK_PRESENT\011CLONING\012XRESOLVE\013LLINFO\014STATIC\015BLACKHOLE\016CLONED\017PROTO2\020PROTO1";
 const char ifnetflags[] =
-"\1UP\2BROADCAST\3DEBUG\4LOOPBACK\5PTP\6NOTRAILERS\7RUNNING\010NOARP\011PPROMISC\012ALLMULTI\013OACTIVE\014SIMPLEX\015LINK0\016LINK1\017LINK2\020MULTICAST";
+"\1UP\2BROADCAST\3DEBUG\4LOOPBACK\5PTP\6NOTRAILERS\7RUNNING\010NOARP\011PROMISC\012ALLMULTI\013OACTIVE\014SIMPLEX\015LINK0\016LINK1\017LINK2\020MULTICAST";
 const char addrnames[] =
 "\1DST\2GATEWAY\3NETMASK\4GENMASK\5IFP\6IFA\7AUTHOR\010BRD\011TAG";
 



Home | Main Index | Thread Index | Old Index