commit | 0c6269506316c98e1233b95e9c86d7303330bc75 | [log] [tgz] |
---|---|---|
author | abat <abat@bigswitch.com> | Tue Aug 18 13:20:43 2015 -0700 |
committer | abat <abat@bigswitch.com> | Tue Aug 18 13:20:43 2015 -0700 |
tree | bf2319c66fdbdf23c156e4e6e55fbf8d337ba2e1 | |
parent | fa56f26426e18cbb4168750850e5363473e0a969 [diff] | |
parent | 4c17111e42d5e7115e703f218ecd07bdef7f325e [diff] |
Merge into master from pull request #415: openflow_input: add negate TLV (https://github.com/floodlight/loxigen/pull/415)
diff --git a/openflow_input/bsn_tlv b/openflow_input/bsn_tlv index cac69fc..2a83a43 100644 --- a/openflow_input/bsn_tlv +++ b/openflow_input/bsn_tlv
@@ -541,3 +541,8 @@ uint16_t length; uint16_t value; }; + +struct of_bsn_tlv_negate : of_bsn_tlv { + uint16_t type == 83; + uint16_t length; +};