route(8): print RTM_CHANGE messages

XXX Pullup -9
This commit is contained in:
roy 2019-08-22 16:10:48 +00:00
parent 4b930c2368
commit 2b94ade947
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: route.c,v 1.160 2018/08/14 20:53:07 roy Exp $ */
/* $NetBSD: route.c,v 1.161 2019/08/22 16:10:48 roy Exp $ */
/*
* Copyright (c) 1983, 1989, 1991, 1993
@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1989, 1991, 1993\
#if 0
static char sccsid[] = "@(#)route.c 8.6 (Berkeley) 4/28/95";
#else
__RCSID("$NetBSD: route.c,v 1.160 2018/08/14 20:53:07 roy Exp $");
__RCSID("$NetBSD: route.c,v 1.161 2019/08/22 16:10:48 roy Exp $");
#endif
#endif /* not lint */
@ -1460,6 +1460,7 @@ print_rtmsg(struct rt_msghdr *rtm, int msglen)
printf("\n");
break;
case RTM_ADD:
case RTM_CHANGE:
case RTM_DELETE:
case RTM_GET:
(void)printf("pid %d, seq %d, errno %d, flags: ",