Skip to content

Commit

Permalink
Adding SAI_VLAN_ATTR_MEMBER_LIST serialization type (sonic-net#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
stcheng authored Jul 6, 2016
1 parent 1d57287 commit 73c2b3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/saiserialize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ sai_serialization_map_t sai_get_serialization_map()
map[SAI_OBJECT_TYPE_FDB][SAI_FDB_ENTRY_ATTR_PORT_ID] = SAI_SERIALIZATION_TYPE_OBJECT_ID;

map[SAI_OBJECT_TYPE_VLAN][SAI_VLAN_ATTR_MAX_LEARNED_ADDRESSES] = SAI_SERIALIZATION_TYPE_UINT32;
map[SAI_OBJECT_TYPE_VLAN][SAI_VLAN_ATTR_MEMBER_LIST] = SAI_SERIALIZATION_TYPE_OBJECT_LIST;

map[SAI_OBJECT_TYPE_VLAN_MEMBER][SAI_VLAN_MEMBER_ATTR_VLAN_ID] = SAI_SERIALIZATION_TYPE_UINT16;
map[SAI_OBJECT_TYPE_VLAN_MEMBER][SAI_VLAN_MEMBER_ATTR_PORT_ID] = SAI_SERIALIZATION_TYPE_OBJECT_ID;
Expand Down

0 comments on commit 73c2b3b

Please sign in to comment.