mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-12 00:03:24 +02:00
packet/zebra: Return "ZebraMessage" for message from Zebra
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
96891addf5
commit
a104e11c0d
@ -834,7 +834,7 @@ class _ZebraMessageFromZebra(ZebraMessage):
|
||||
|
||||
@classmethod
|
||||
def parser(cls, buf):
|
||||
return cls._parser_impl(buf, body_parser='parse_from_zebra')
|
||||
return ZebraMessage._parser_impl(buf, body_parser='parse_from_zebra')
|
||||
|
||||
|
||||
# Alias
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user