Skip to content

Commit

Permalink
remove condition for SAI_TUNNEL_TERM_TABLE_ENTRY_ATTR_TUNNEL_TYPE (so…
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan authored Dec 22, 2016
1 parent 7d27c43 commit 5534609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/sai_meta_tunnel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ const sai_attr_metadata_t sai_tunnel_table_entry_attr_metadata[] = {
.enumtypestr = StringifyEnum ( sai_tunnel_type_t ),
.enumallowedvalues = ENUM_VALUES ( sai_tunnel_type_t ),
.enummetadata = &metadata_enum_sai_tunnel_type_t,
.conditions = { COND_ENUM ( SAI_TUNNEL_TERM_TABLE_ENTRY_ATTR_TYPE, SAI_TUNNEL_TERM_TABLE_ENTRY_P2P ) },
.conditions = { },
},

{
Expand Down

0 comments on commit 5534609

Please sign in to comment.