This will be used by role status messages. Signed-off-by: Simon Horman <ho...@verge.net.au> --- ryu/ofproto/ofproto_v1_4_parser.py | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/ryu/ofproto/ofproto_v1_4_parser.py b/ryu/ofproto/ofproto_v1_4_parser.py index ac8ebb3..de976c2 100644 --- a/ryu/ofproto/ofproto_v1_4_parser.py +++ b/ryu/ofproto/ofproto_v1_4_parser.py @@ -970,6 +970,15 @@ class OFPQueueDescPropExperimenter(OFPPropCommonExperimenter4ByteData): pass +class OFPRoleProp(OFPPropBase): + _TYPES = {} + + +@OFPRoleProp.register_type(ofproto.OFPRPT_EXPERIMENTER) +class OFPRolePropExperimenter(OFPPropCommonExperimenter4ByteData): + pass + + class OFPMatchField(StringifyMixin): _FIELDS_HEADERS = {} -- 1.8.5.2 ------------------------------------------------------------------------------ Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer Customize your own dashboards, set traffic alerts and generate reports. Network behavioral analysis & security monitoring. All-in-one tool. http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel