Skip to content

Commit

Permalink
added serialization for tunnel underlay interface (sonic-net#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
scsmncao authored and stcheng committed Jul 28, 2016
1 parent ebb7c5a commit a547d2c
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 @@ -136,6 +136,7 @@ sai_serialization_map_t sai_get_serialization_map()

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_UNDERLAY_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 a547d2c

Please sign in to comment.