mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-09 06:16:10 +02:00
of14: Add table feature experimenter property
Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
c70836e575
commit
68e07855b5
@ -2401,6 +2401,12 @@ class OFPTableFeaturePropOxm(OFPTableFeatureProp):
|
||||
return bin_ids
|
||||
|
||||
|
||||
@OFPTableFeatureProp.register_type(ofproto.OFPTFPT_EXPERIMENTER)
|
||||
@OFPTableFeatureProp.register_type(ofproto.OFPTFPT_EXPERIMENTER)
|
||||
class OFPTableFeaturePropExperimenter(OFPPropCommonExperimenter4ByteData):
|
||||
pass
|
||||
|
||||
|
||||
@_set_stats_type(ofproto.OFPMP_TABLE_FEATURES, OFPTableFeaturesStats)
|
||||
@_set_msg_type(ofproto.OFPT_MULTIPART_REQUEST)
|
||||
class OFPTableFeaturesStatsRequest(OFPMultipartRequest):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user