diff options
-rw-r--r-- | ryu/ofproto/ofproto_parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ryu/ofproto/ofproto_parser.py b/ryu/ofproto/ofproto_parser.py index 86b84391..8a1cebbe 100644 --- a/ryu/ofproto/ofproto_parser.py +++ b/ryu/ofproto/ofproto_parser.py @@ -111,7 +111,7 @@ def ofp_msg_from_jsondict(dp, jsondict): class StringifyMixin(stringify.StringifyMixin): - _class_prefixes = ["OFP", "ONF", "MT"] + _class_prefixes = ["OFP", "ONF", "MT", "NX"] @classmethod def cls_from_jsondict_key(cls, k): |