CVSROOT: /cvs Module name: src Changes by: rzalam...@cvs.openbsd.org 2016/11/07 10:36:09
Modified files: sys/net : switchofp.c Log message: Add validation for input data that we use as switch configuration, like: OXM matchs, switch actions and switch instructions. With this validations we don't have to rely on having a flawless controller and then we don't need to restrict switch(4) usage with just switchd(8). ok reyk@