summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2014-02-27 17:56:17 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2014-02-27 22:29:57 +0900
commit974e4030c30a5bd05cc27d1acb1832f8eaa5e6f4 (patch)
treef5895fc4a782990abda8089ae1837412e9ff133b
parent6e2f80e2d76b01dfce34dcaa89ec442aa3d0140e (diff)
of14: Add port mod experimenter property
Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r--ryu/ofproto/ofproto_v1_4_parser.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ryu/ofproto/ofproto_v1_4_parser.py b/ryu/ofproto/ofproto_v1_4_parser.py
index 86ef8912..4dfbb45f 100644
--- a/ryu/ofproto/ofproto_v1_4_parser.py
+++ b/ryu/ofproto/ofproto_v1_4_parser.py
@@ -5145,6 +5145,10 @@ class OFPPortModPropOptical(StringifyMixin):
return buf
+class OFPPortModPropExperimenter(OFPPropCommonExperimenter4ByteData):
+ pass
+
+
@_set_msg_type(ofproto.OFPT_PORT_MOD)
class OFPPortMod(MsgBase):
"""