commit | dbe49820dea3166206910d058411a2e49e0f68ca | [log] [tgz] |
---|---|---|
author | Harshmeet Singh <harshmeet.singh@bigswitch.com> | Thu Dec 04 14:49:24 2014 -0800 |
committer | Harshmeet Singh <harshmeet.singh@bigswitch.com> | Thu Dec 04 14:49:24 2014 -0800 |
tree | f843bc46df91a184d25002588c0ba1f8be79c8ff | |
parent | da3267677e36c86ea2743d8058bb938630f41adc [diff] |
add ipv4_netmask tlv
diff --git a/openflow_input/bsn_tlv b/openflow_input/bsn_tlv index 16637cd..21325ae 100644 --- a/openflow_input/bsn_tlv +++ b/openflow_input/bsn_tlv
@@ -394,3 +394,9 @@ uint16_t length; uint32_t value; /* Milliseconds */ }; + +struct of_bsn_tlv_ipv4_netmask : of_bsn_tlv { + uint16_t type == 60; + uint16_t length; + of_ipv4_t value; +};