Skip to content

Commit

Permalink
Fixed a delete flow of tunnel termination entry
Browse files Browse the repository at this point in the history
Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
  • Loading branch information
vadymhlushko-mlnx committed Mar 3, 2022
1 parent 9e58976 commit 6921aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/nvgreorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,8 @@ void NvgreTunnel::removeNvgreTunnel()
{
try
{
sai_remove_tunnel(tunnel_ids_.tunnel_id);
sai_remove_tunnel_termination(tunnel_ids_.tunnel_term_id);
sai_remove_tunnel(tunnel_ids_.tunnel_id);
}
catch(const std::runtime_error& error)
{
Expand Down

0 comments on commit 6921aff

Please sign in to comment.