summaryrefslogtreecommitdiff
path: root/tests/topotests/ospf_basic_functionality/test_ospf_ecmp.py
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2020-12-10 10:18:00 -0500
committerDonald Sharp <sharpd@nvidia.com>2020-12-11 20:45:39 -0500
commit89527adde7e5046ecb97d0c94b10760dd30f3276 (patch)
treecf256a6661ba8cf3e053ff5b72c5aac4de46ac82 /tests/topotests/ospf_basic_functionality/test_ospf_ecmp.py
parent9c474915511968e5fb6f1489925721ba3eddd090 (diff)
pbrd: Pay attention to interface up/down events with nht
When an interface goes up/down we need to pay attention to this in PBR. In the past we were relying *only* on the nht events but this is not sufficient for cases where an interface is flapping up and down. If this is happening it could be happening fast enough that zebra is not sending nht events because they are consolidated into a single event from it's perspective and that is the right thing to do. This commit will allow us to back out commit: 0aaa722883245c2109d9856ca0656749860fc579 As that commit introduced extra processing in zebra that is actually causing issues in other places. The problem that commit was trying to solve should have always been handled in pbrd instead of making zebra do work that is unnatural to it's actual flow. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/ospf_basic_functionality/test_ospf_ecmp.py')
0 files changed, 0 insertions, 0 deletions