]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Suppress update ifnet.iflastchange when processing packets for SNMP
authorsumikawa <sumikawa@FreeBSD.org>
Tue, 19 Jun 2001 15:53:51 +0000 (15:53 +0000)
committersumikawa <sumikawa@FreeBSD.org>
Tue, 19 Jun 2001 15:53:51 +0000 (15:53 +0000)
commit64372be0d7a58b22bd23d1c9dfda645bb3946082
tree7d12591e728aaef5438350b87ff21c57a3241ed4
parent8e8983228c23a31fab165ccea0111506ec3df90a
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