CVSROOT: /cvs Module name: src Changes by: rzalam...@cvs.openbsd.org 2016/10/28 03:01:49
Modified files: sys/net : if_switch.c if_switch.h switchofp.c Log message: When doing pktout we must run the classifier again, because some action(s) might want to use it. For buffered packets we probably need to save that somehow else, but we don't support it now. ok reyk@