Skip to content

Commit 6d5424d

Browse files
authored
VNet/Vxlan delete handling (sonic-net#766)
* Route/NH and VNet delete handling * Handle VNET Route with Nexthop IP, fix route remove * Address review comments, increment CRM counters,
1 parent d680ce2 commit 6d5424d

File tree

5 files changed

+632
-97
lines changed

5 files changed

+632
-97
lines changed

orchagent/intfsorch.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ bool IntfsOrch::setIntf(const string& alias, sai_object_id_t vrf_id, const IpPre
155155
return false;
156156
}
157157

158+
vrf_id = port.m_vr_id;
158159
addSubnetRoute(port, *ip_prefix);
159160
addIp2MeRoute(vrf_id, *ip_prefix);
160161

0 commit comments

Comments
 (0)