=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/inet.c,v retrieving revision 1.166 retrieving revision 1.167 diff -c -r1.166 -r1.167 *** src/usr.bin/netstat/inet.c 2019/07/12 19:43:51 1.166 --- src/usr.bin/netstat/inet.c 2019/12/08 11:08:22 1.167 *************** *** 1,4 **** ! /* $OpenBSD: inet.c,v 1.166 2019/07/12 19:43:51 bluhm Exp $ */ /* $NetBSD: inet.c,v 1.14 1995/10/03 21:42:37 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: inet.c,v 1.167 2019/12/08 11:08:22 sashan Exp $ */ /* $NetBSD: inet.c,v 1.14 1995/10/03 21:42:37 thorpej Exp $ */ /* *************** *** 612,617 **** --- 612,618 ---- p(ips_inswcsum, "\t%lu input datagram%s software-checksummed\n"); p(ips_outswcsum, "\t%lu output datagram%s software-checksummed\n"); p(ips_notmember, "\t%lu multicast packet%s which we don't join\n"); + p(ips_wrongif, "\t%lu packet%s received on wrong interface\n"); #undef p #undef p1 }