Signed-off-by: IWASE Yusuke <[email protected]>
---
ryu/lib/packet/zebra.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ryu/lib/packet/zebra.py b/ryu/lib/packet/zebra.py
index c651391..76668af 100644
--- a/ryu/lib/packet/zebra.py
+++ b/ryu/lib/packet/zebra.py
@@ -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
--
2.7.4
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel