Skip to content

Commit

Permalink
VNet/Vxlan delete handling (sonic-net#766)
Browse files Browse the repository at this point in the history
* Route/NH and VNet delete handling

* Handle VNET Route with Nexthop IP, fix route remove

* Address review comments, increment CRM counters,
  • Loading branch information
prsunny committed Feb 7, 2019
1 parent d680ce2 commit 6d5424d
Show file tree
Hide file tree
Showing 5 changed files with 632 additions and 97 deletions.
1 change: 1 addition & 0 deletions orchagent/intfsorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ bool IntfsOrch::setIntf(const string& alias, sai_object_id_t vrf_id, const IpPre
return false;
}

vrf_id = port.m_vr_id;
addSubnetRoute(port, *ip_prefix);
addIp2MeRoute(vrf_id, *ip_prefix);

Expand Down
Loading

0 comments on commit 6d5424d

Please sign in to comment.