Skip to content

Commit

Permalink
[copporch]: Fix the typo - mld_v1_done (#1037)
Browse files Browse the repository at this point in the history
Signed-off-by: wangshengjun <wangshengjun@asterfusion.com>
  • Loading branch information
wangshengjun authored and stcheng committed Aug 26, 2019
1 parent 34915de commit c461911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/copporch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static map<string, sai_hostif_trap_type_t> trap_id_map = {
{"neigh_discovery", SAI_HOSTIF_TRAP_TYPE_IPV6_NEIGHBOR_DISCOVERY},
{"mld_v1_v2", SAI_HOSTIF_TRAP_TYPE_IPV6_MLD_V1_V2},
{"mld_v1_report", SAI_HOSTIF_TRAP_TYPE_IPV6_MLD_V1_REPORT},
{"mld_v2_done", SAI_HOSTIF_TRAP_TYPE_IPV6_MLD_V1_DONE},
{"mld_v1_done", SAI_HOSTIF_TRAP_TYPE_IPV6_MLD_V1_DONE},
{"mld_v2_report", SAI_HOSTIF_TRAP_TYPE_MLD_V2_REPORT},
{"ip2me", SAI_HOSTIF_TRAP_TYPE_IP2ME},
{"ssh", SAI_HOSTIF_TRAP_TYPE_SSH},
Expand Down

0 comments on commit c461911

Please sign in to comment.