Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VxlanMgr] changes for EVPN VXLAN #1266

Merged
merged 7 commits into from
Dec 14, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed errors from test_evpn_tunnel.py which is not yet merged.
srj102 committed Dec 10, 2020
commit 057420600fb5d50c8494ed9410d31a8e7fcbf2db
2 changes: 1 addition & 1 deletion orchagent/vxlanorch.cpp
Original file line number Diff line number Diff line change
@@ -845,7 +845,7 @@ bool VxlanTunnel::deleteTunnelHw(uint8_t mapper_list, tunnel_map_use_t map_src,
remove_tunnel_termination(ids_.tunnel_term_id);
}

remove_tunnel_termination(ids_.tunnel_id);
remove_tunnel(ids_.tunnel_id);
deleteMapperHw(mapper_list, map_src);
}