--- - branch: netbsd-8 date: Sat Apr 14 10:38:59 UTC 2018 files: - new: 1.97.2.12 old: 1.97.2.11 path: src/sys/net/if_vlan.c pathrev: src/sys/net/if_vlan.c@1.97.2.12 type: modified id: 20180414T103859Z.77ea7f6c207c9e18748b2568634237aa3c7c4563 log: "Pull up following revision(s) (requested by ryo in ticket #752):\n\n\tsys/net/if_vlan.c: revision 1.125\n\nFix the handling of the state returned from pfil_run_hooks().\n\npfil_run_hooks() invokes any registered packet filters on the packet\nbeing handled. It may return a (non-zero) errno, indicating that a\nfilter has decided that the packet should be discarded, and has freed\nthe mbuf. While a non-error (0) return usually means that the packet\nshould be processed normally, a filter may still free the mbuf if the\npacket is a fragment, and the filter is holding it for reassembly and\nfuture evaluation. Therefore, there must be separate tests for the\nreturn value and for a possible discarded packet. (See pfil(9).)\n\nOK: christos, martin\n" module: src subject: 'CVS commit: [netbsd-8] src/sys/net' unixtime: '1523702339' user: martin