of14: Add queue stats 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
1c6b6e0bf3
commit
49079b4c8e
@ -2641,6 +2641,11 @@ class OFPQueueStatsProp(OFPPropBase):
|
||||
_TYPES = {}
|
||||
|
||||
|
||||
@OFPQueueStatsProp.register_type(ofproto.OFPQSPT_EXPERIMENTER)
|
||||
class OFPQueueStatsPropExperimenter(OFPPropCommonExperimenter4ByteData):
|
||||
pass
|
||||
|
||||
|
||||
class OFPQueueStats(StringifyMixin):
|
||||
def __init__(self, length=None, port_no=None, queue_id=None,
|
||||
tx_bytes=None, tx_packets=None, tx_errors=None,
|
||||
|
Loading…
Reference in New Issue
Block a user