On Mon, 30 Mar 2015 11:45:30 +0900 Yusuke Iwase <[email protected]> wrote:
> Currently, ofctl_v1_[23].py adds non-existing match fields > when getting unknown match fields, then parser returns KeyError. > This patch fixes ofctl_v1_[23].py to ignore unkown match fields and > output error messages. > > Signed-off-by: IWASE Yusuke <[email protected]> > --- > ryu/lib/ofctl_v1_2.py | 28 +++++++++++++++------------- > ryu/lib/ofctl_v1_3.py | 28 +++++++++++++++------------- > 2 files changed, 30 insertions(+), 26 deletions(-) Applied both, thanks! ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
