Actions
Bug #11158
openFRR Prefix Lists
Status:
New
Priority:
High
Assignee:
-
Category:
FRR
Target version:
-
Start date:
12/12/2020
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
Description
Adding any value to Minimum Prefix box on Prefix Lists will stop receiving/sending the routes from/to the neighbor when applied.
it should filter the prefix depending on the value .
with 32 ip prefix-list test33 seq 10 permit 33.3.3.3/24 ge 32
and 1 ip prefix-list test33 seq 10 permit 33.3.3.3/24 ge 1
it is not working as expected even if the value was 1 or 32
tested on 2.4.5-RELEASE-p1 and 2.5 (2.5.0.a.20201212.0250)
Actions