Skip to content

Commit

Permalink
[intfsorch] Init proxy_arp variable while adding router interface. (s…
Browse files Browse the repository at this point in the history
  • Loading branch information
Minkang-Tsai authored and abdosi committed Oct 30, 2020
1 parent 9e7c0bc commit d03c6cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orchagent/intfsorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ bool IntfsOrch::setIntf(const string& alias, sai_object_id_t vrf_id, const IpPre
gPortsOrch->increasePortRefCount(alias);
IntfsEntry intfs_entry;
intfs_entry.ref_count = 0;
intfs_entry.proxy_arp = false;
intfs_entry.vrf_id = vrf_id;
m_syncdIntfses[alias] = intfs_entry;
m_vrfOrch->increaseVrfRefCount(vrf_id);
Expand Down

0 comments on commit d03c6cc

Please sign in to comment.