commit | 6086feef1ac2d10dec14b07758f071e8a27ffafe | [log] [tgz] |
---|---|---|
author | Harshmeet Singh <harshmeet.singh@bigswitch.com> | Thu Nov 20 11:03:46 2014 -0800 |
committer | Harshmeet Singh <harshmeet.singh@bigswitch.com> | Thu Nov 20 11:03:46 2014 -0800 |
tree | 1bee70e40d7de0ed34d65f16a3920ecfda9b739d | |
parent | 37b4043b8e4f08bf8ffd3b92436a09b0f2726277 [diff] |
add polling interval tlv
diff --git a/openflow_input/bsn_tlv b/openflow_input/bsn_tlv index 4e12a2b..1d452ae 100644 --- a/openflow_input/bsn_tlv +++ b/openflow_input/bsn_tlv
@@ -388,3 +388,9 @@ uint16_t length; uint32_t value; }; + +struct of_bsn_tlv_interval : of_bsn_tlv { + uint16_t type == 58; + uint16_t length; + uint32_t value; +};