of14: Add port mod experimenter property

Signed-off-by: Simon Horman <horms@verge.net.au>
This commit is contained in:
Simon Horman 2014-02-27 17:56:17 +09:00 committed by FUJITA Tomonori
parent 6e2f80e2d7
commit 974e4030c3

View File

@ -5145,6 +5145,10 @@ class OFPPortModPropOptical(StringifyMixin):
return buf
class OFPPortModPropExperimenter(OFPPropCommonExperimenter4ByteData):
pass
@_set_msg_type(ofproto.OFPT_PORT_MOD)
class OFPPortMod(MsgBase):
"""