deb-ryu/ryu
FUJITA Tomonori 6b99b1408b of1.2: handle unknown match field properly
Ryu crashes when it finds an unknown match field in OFPMatch. Instead,
Ryu should just ignore it and continue to parse.

With this patch, Ryu uses OFPmatchField class for an unknown match
field and continue to parse.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Tested-by: Simon Horman <horms@verge.net.au>
2012-07-30 11:58:23 +09:00
..
app simple_switch: remove outside module dependence 2012-07-19 14:59:58 +09:00
base enable applications to specify OF versions 2012-07-16 14:39:39 +09:00
controller stop import ofproto_v1_0 as ofproto 2012-07-17 19:32:13 +09:00
lib ofproto/nx_match: simplify set_dl_{src, dst}_mask() 2012-06-16 09:02:43 +09:00
ofproto of1.2: handle unknown match field properly 2012-07-30 11:58:23 +09:00
tests of1.2: handle unknown match field properly 2012-07-30 11:58:23 +09:00
__init__.py Ryu 1.0 2012-06-30 14:27:57 +09:00
exception.py Switch to Apache 2.0 license 2012-04-06 08:38:45 +09:00
flags.py Switch to Apache 2.0 license 2012-04-06 08:38:45 +09:00
log.py Switch to Apache 2.0 license 2012-04-06 08:38:45 +09:00
utils.py add round_up utility function 2012-06-25 14:43:24 +09:00