From 64372be0d7a58b22bd23d1c9dfda645bb3946082 Mon Sep 17 00:00:00 2001 From: sumikawa Date: Tue, 19 Jun 2001 15:53:51 +0000 Subject: Suppress update ifnet.iflastchange when processing packets for SNMP requirements(RFC1573, interface MIB). This change for 4.4BSD was first introduced in if_ethersubr.c:1.17->1.18. BTW, iflastchange on all of IFs are inconsistent. e.g. ether, tun: update fddi, tokenring, ppp: not update I'll make patch later. Obtained from: KAME MFC after: 2 weeks --- sys/net/if_gif.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/net') diff --git a/sys/net/if_gif.c b/sys/net/if_gif.c index 465063c..acb9e8b 100644 --- a/sys/net/if_gif.c +++ b/sys/net/if_gif.c @@ -253,7 +253,6 @@ gif_output(ifp, m, dst, rt) goto end; } - getmicrotime(&ifp->if_lastchange); m->m_flags &= ~(M_BCAST|M_MCAST); if (!(ifp->if_flags & IFF_UP) || sc->gif_psrc == NULL || sc->gif_pdst == NULL) { -- cgit v1.1