Module Name: src Committed By: msaitoh Date: Thu Nov 25 00:49:34 UTC 2021
Modified Files: src/sys/net: if_ethersubr.c Log Message: Better counting for ierrors, iqdrops and noproto in ether_input(). - Use if_noproto for unknown or unsupported protocols. - Use if_ierrors for wrong mbuf or oversized frame. To generate a diff of this commit: cvs rdiff -u -r1.304 -r1.305 src/sys/net/if_ethersubr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.