commit | 7096ab3320b76ca2e816577b2d2f6e8966a5f461 | [log] [tgz] |
---|---|---|
author | abat <abat@bigswitch.com> | Wed Jun 24 16:54:23 2015 -0700 |
committer | abat <abat@bigswitch.com> | Wed Jun 24 16:54:23 2015 -0700 |
tree | 02a5dc8839b39266fd87032de23d05d60c268fb2 | |
parent | 7e37f4bb778729a5c010a014848a3cf3a9312506 [diff] | |
parent | d0c6035d606e97b40634a90b4ed4b7a1c43bcab1 [diff] |
Merge into master from pull request #406: openflow_input: add bsn_tlv vlan_vid_mask (https://github.com/floodlight/loxigen/pull/406)
diff --git a/openflow_input/bsn_tlv b/openflow_input/bsn_tlv index 150c879..682fb26 100644 --- a/openflow_input/bsn_tlv +++ b/openflow_input/bsn_tlv
@@ -500,3 +500,9 @@ uint16_t type == 76; uint16_t length; }; + +struct of_bsn_tlv_vlan_vid_mask : of_bsn_tlv { + uint16_t type == 77; + uint16_t length; + uint16_t value; +};