commit | 4c17111e42d5e7115e703f218ecd07bdef7f325e | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Tue Aug 18 13:15:34 2015 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Tue Aug 18 13:15:34 2015 -0700 |
tree | bf2319c66fdbdf23c156e4e6e55fbf8d337ba2e1 | |
parent | fa56f26426e18cbb4168750850e5363473e0a969 [diff] |
openflow_input: add negate TLV
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; +};