diff options
| author | Samanvitha B Bhargav <bsamanvitha@vmware.com> | 2023-04-24 01:51:23 -0700 |
|---|---|---|
| committer | Samanvitha B Bhargav <bsamanvitha@vmware.com> | 2023-05-09 02:23:44 -0700 |
| commit | 394ed767e7207805a6d916b01b1f1d4743c03dd1 (patch) | |
| tree | 8d8e981cd6fd814fa210a8f8edb0237d89962841 /tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py | |
| parent | 25664eae52391cc3203e9a6547e96ec0e60fda07 (diff) | |
lib : fix duplicate prefix list delete
Problem statement:
Step-1:
pl1 - 10.10.10.10/24 with deny sequence 1
Step-2:
pl1 - 10.10.10.10/24 with permit sequence 2
Step-3:
pl1 - 20.20.20.20/24 with deny sequence 1
Now we end up deleting permit sequence 2,
which might blackhole the traffic.
RCA:
Whenever we have multiple prefix lists,
having same prefix and different subnet range,
delete or replace of prefix list
would result in delete of entry in route-map
prefix table.
Fix:
We will skip deleting prefix list entry
from routemap prefix table, if we have
the multiple prefix lists having same prefix.
Signed-off-by: Samanvitha B Bhargav <bsamanvitha@vmware.com>
Diffstat (limited to 'tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py')
0 files changed, 0 insertions, 0 deletions
