The following patches add the supports for Zebra API messages in FRRouting version 2.0 format. Also, including test cases for UTs of Zebra packet library.
IWASE Yusuke (17): packet/zebra: Fix unresolved reference for _serialize_nexthops packet/zebra: Return "ZebraMessage" for message from Zebra packet/zebra: Constants for Interface Address Flags packet/zebra: Constants for Link Parameters Status packet/zebra: Missing bw_cls_num in InterfaceLinkParams packet/zebra: Parse messages based on Zebra API version packet/zebra: Support asymmetric structure of ZEBRA_*_IMPORT_LOOKUP packet/zebra: Constants for supporting FRRouting format packet/zebra: Support some FRRouting messages format test_zebra: Add pcap for API version 4 on FRR v2.0 packet/zebra: Support Neighbor Connected Address messages packet/zebra: Support BFD Destination messages packet/zebra: Support VRF related messages packet/zebra: Support Interface Router Advertisement messages packet/zebra: Support MPLS Labels messages test_zebra: Enhance test cases zclient/zserver: Support FRRouting messages format ryu/lib/packet/zebra.py | 1831 ++++++++++++++++++++--- ryu/services/protocols/zebra/client/zclient.py | 11 +- ryu/services/protocols/zebra/event.py | 2 +- ryu/services/protocols/zebra/server/zserver.py | 2 + ryu/tests/packet_data/pcap/zebra_v4_frr_v2.pcap | Bin 0 -> 3712 bytes ryu/tests/unit/packet/test_zebra.py | 627 ++++++++ 6 files changed, 2228 insertions(+), 245 deletions(-) create mode 100644 ryu/tests/packet_data/pcap/zebra_v4_frr_v2.pcap -- 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 Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel