commit | 1d8819a23e3decd195baa2d0306e9d887b17a50f | [log] [tgz] |
---|---|---|
author | abat <abat@bigswitch.com> | Wed May 21 11:28:26 2014 -0700 |
committer | abat <abat@bigswitch.com> | Wed May 21 11:28:26 2014 -0700 |
tree | 38cb4e9d81747f8e355d50ce24b78b206e1449ed | |
parent | f8bbbe2cfa971fc38dbbd49ec09bbf149bed4685 [diff] | |
parent | 7c45cd5a83d668a29e5f4c2644809789e24c610f [diff] |
Merge into master from pull request #271: Add TLVs for CRC config. (https://github.com/floodlight/loxigen/pull/271)
diff --git a/openflow_input/bsn_tlv b/openflow_input/bsn_tlv index e17e32b..4113759 100644 --- a/openflow_input/bsn_tlv +++ b/openflow_input/bsn_tlv
@@ -166,3 +166,9 @@ uint16_t length; uint32_t value; }; + +struct of_bsn_tlv_crc_enabled : of_bsn_tlv { + uint16_t type == 22; + uint16_t length; + uint8_t value; +};