commit | a927245fd64e1dbf3847366a42d36365bdc03b8e | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Tue Jun 30 00:39:41 2015 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Tue Jun 30 00:39:41 2015 -0700 |
tree | 7a28e108bfddb44739a77a4a14c2378eb9e3b3d8 | |
parent | 7096ab3320b76ca2e816577b2d2f6e8966a5f461 [diff] |
openflow_input: add a couple of BSN TLVs
diff --git a/openflow_input/bsn_tlv b/openflow_input/bsn_tlv index 682fb26..b0c4f0c 100644 --- a/openflow_input/bsn_tlv +++ b/openflow_input/bsn_tlv
@@ -506,3 +506,13 @@ uint16_t length; uint16_t value; }; + +struct of_bsn_tlv_igmp_snooping : of_bsn_tlv { + uint16_t type == 78; + uint16_t length; +}; + +struct of_bsn_tlv_l2_multicast_lookup : of_bsn_tlv { + uint16_t type == 79; + uint16_t length; +};