CVSROOT: /cvs Module name: src Changes by: rzalam...@cvs.openbsd.org 2016/11/07 06:18:18
Modified files: usr.sbin/switchd: ofp13.c Log message: Fix a small parsing error in packet-in: don't count ofp_match header bytes when iterating over the OXMs. It only works because the last bytes are either padding or something that looks like OXM. ok reyk@