commit | b9ccfa17bf4a8a1dc4e144fdb7ed115ab414bd72 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Wed Oct 01 16:25:12 2014 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Wed Oct 01 16:25:12 2014 -0700 |
tree | c04e9dfba217ef2a462ed577ba6aa2f81750b621 | |
parent | 070075b0e7728f68efedfc00eeea13f4de5eeae7 [diff] [blame] |
openflow_input: add new TLV
diff --git a/openflow_input/bsn_tlv b/openflow_input/bsn_tlv index c4c8995..0dacf16 100644 --- a/openflow_input/bsn_tlv +++ b/openflow_input/bsn_tlv
@@ -208,3 +208,9 @@ uint16_t length; of_mac_addr_t value; }; + +struct of_bsn_tlv_external_gateway_mac : of_bsn_tlv { + uint16_t type == 29; + uint16_t length; + of_mac_addr_t value; +};