mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 13:56:09 +02:00
ofproto_parser.StringifyMixin: add "ONF" to the list of class prefixes
for ONF experimenter extensions. Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
bef4d1558b
commit
e9068b13bd
@ -110,7 +110,7 @@ def ofp_msg_from_jsondict(dp, jsondict):
|
||||
|
||||
|
||||
class StringifyMixin(stringify.StringifyMixin):
|
||||
_class_prefixes = ["OFP", "MT"]
|
||||
_class_prefixes = ["OFP", "ONF", "MT"]
|
||||
|
||||
@classmethod
|
||||
def cls_from_jsondict_key(cls, k):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user