Skip to content

Commit

Permalink
[intfsorch] Init proxy_arp variable while adding router interface. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Minkang-Tsai authored Oct 27, 2020
1 parent 495816d commit 1da3c77
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 @@ -368,6 +368,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 1da3c77

Please sign in to comment.