CVSROOT: /cvs Module name: src Changes by: rzalam...@cvs.openbsd.org 2016/10/11 10:37:11
Modified files: sys/net : switchofp.c Log message: Small code improvements: - use the same idiom as switchd(8) to calculate alignment; - use oxm_value instead of doing pointer arithmetic; - typo fix: 'recived' -> 'received'; - remove unused variable; - use definition instead of hardcoded value; ok reyk@