CVSROOT: /cvs Module name: src Changes by: rzalam...@cvs.openbsd.org 2016/10/31 02:06:27
Modified files: sys/net : switchofp.c Log message: Improve ofp_error message accurateness: use parameterized error type instead of hardcoding it. With this we can change the error type to something else and get a more accurate description of what happened. ok reyk@