CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2014/03/29 05:26:03
Modified files: share/man/man4 : pflow.4 sys/net : if_pflow.c if_pflow.h Log message: Kill pflowproto 9, it's unfixable post 2038, a better, standardized option is pflowproto 10. Also it duplicates a lot of code from pflowproto 10 and will get in the way in the future. OK benno@