Comment 9 for bug 1457337

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/12365
Committed: http://github.org/Juniper/contrail-controller/commit/5f6df1675f598ac14200423c00486f2a93ea25ee
Submitter: Zuul
Branch: master

commit 5f6df1675f598ac14200423c00486f2a93ea25ee
Author: Naveen N <email address hidden>
Date: Tue Jun 2 14:43:01 2015 +0530

* Copy ARP mac, interface and resolved flag in Sync() API of route

Routes and nexthops dependent on ARP route are updated, when
any variable in ARP nexthop are changed. When ARP timer is
expired, nexthop gets marked as invalid and route Sync is triggered,
in this sync() API arp_mac and valid flags were not updated, hence
eventually when ARP resolution succeds, there would be no change in
agent path and the dependent nexthop would not be resolved.
Test case for same
Closes-bug:#1457337

Change-Id: I5c5c168367ce706a347a93f9f4852f8c5b68e95b
(cherry picked from commit 27cd7947c71e6fd5b0dccac3c77feab931062172)