Skip to content

Commit

Permalink
added serialization for overlay interface (sonic-net#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
scsmncao authored and lguohan committed Jul 20, 2016
1 parent 68b0a9b commit 6ea098e
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 @@ -131,6 +131,7 @@ sai_serialization_map_t sai_get_serialization_map()
map[SAI_OBJECT_TYPE_LAG_MEMBER][SAI_LAG_MEMBER_ATTR_PORT_ID] = SAI_SERIALIZATION_TYPE_OBJECT_ID;

map[SAI_OBJECT_TYPE_TUNNEL][SAI_TUNNEL_ATTR_TYPE] = SAI_SERIALIZATION_TYPE_INT32;
map[SAI_OBJECT_TYPE_TUNNEL][SAI_TUNNEL_ATTR_OVERLAY_INTERFACE] = SAI_SERIALIZATION_TYPE_OBJECT_ID;
map[SAI_OBJECT_TYPE_TUNNEL][SAI_TUNNEL_ATTR_DECAP_ECN_MODE] = SAI_SERIALIZATION_TYPE_INT32;
map[SAI_OBJECT_TYPE_TUNNEL][SAI_TUNNEL_ATTR_DECAP_TTL_MODE] = SAI_SERIALIZATION_TYPE_INT32;
map[SAI_OBJECT_TYPE_TUNNEL][SAI_TUNNEL_ATTR_DECAP_DSCP_MODE] = SAI_SERIALIZATION_TYPE_INT32;
Expand Down

0 comments on commit 6ea098e

Please sign in to comment.