commit | 916ead289de06db37e2f4e09a4f4437736220cc9 | [log] [tgz] |
---|---|---|
author | Harshmeet Singh <harshmeet.singh@bigswitch.com> | Fri Aug 21 14:31:33 2015 -0700 |
committer | Harshmeet Singh <harshmeet.singh@bigswitch.com> | Fri Aug 21 14:31:33 2015 -0700 |
tree | 3775695b503f3e935374cbe0d3d9e27a28238ddc | |
parent | 0c6269506316c98e1233b95e9c86d7303330bc75 [diff] [blame] |
openflow_input: add ipv6 TLV
diff --git a/openflow_input/bsn_tlv b/openflow_input/bsn_tlv index 2a83a43..0985e1c 100644 --- a/openflow_input/bsn_tlv +++ b/openflow_input/bsn_tlv
@@ -546,3 +546,9 @@ uint16_t type == 83; uint16_t length; }; + +struct of_bsn_tlv_ipv6 : of_bsn_tlv { + uint16_t type == 84; + uint16_t length; + of_ipv6_t value; +};