Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/e801e3b23a3e
branches:  netbsd-9
changeset: 458288:e801e3b23a3e
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Sep 01 14:13:46 2019 +0000

description:
Pull up following revision(s) (requested by roy in ticket #150):

        sbin/route/route.c: revision 1.162

route(8): show addrs for RTM_MISS

diffstat:

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

diffs (26 lines):

diff -r 98128cf6f591 -r e801e3b23a3e sbin/route/route.c
--- a/sbin/route/route.c        Sun Sep 01 14:12:22 2019 +0000
+++ b/sbin/route/route.c        Sun Sep 01 14:13:46 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: route.c,v 1.160.2.1 2019/08/26 13:37:26 martin Exp $   */
+/*     $NetBSD: route.c,v 1.160.2.2 2019/09/01 14:13:46 martin 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.160.2.1 2019/08/26 13:37:26 martin Exp $");
+__RCSID("$NetBSD: route.c,v 1.160.2.2 2019/09/01 14:13:46 martin Exp $");
 #endif
 #endif /* not lint */
 
@@ -1463,6 +1463,7 @@
        case RTM_CHANGE:
        case RTM_DELETE:
        case RTM_GET:
+       case RTM_MISS:
                (void)printf("pid %d, seq %d, errno %d, flags: ",
                        rtm->rtm_pid, rtm->rtm_seq, rtm->rtm_errno);
                bprintf(stdout, rtm->rtm_flags, routeflags);



Home | Main Index | Thread Index | Old Index