opnsense / plugins

OPNsense plugin collection
https://opnsense.org/
BSD 2-Clause "Simplified" License
846 stars 640 forks source link

os-frr ACL number for prefix-list #2939

Closed LensHunnel closed 2 years ago

LensHunnel commented 2 years ago

Important notices Before you add a new report, we ask you kindly to acknowledge the following:

Is your feature request related to a problem? Please describe.

FRR supports using in prefix-list a seq number less than 4294967295 but the gui on opnsense limit us only to 10-99 Ex.: In FRR, we could write the line below:
ip prefix-list BGP_INT seq 155 permit 10.0.0.0/10 but in opnsense we got an error like following image

Describe the solution you'd like

I would like to be authorized to add a number greater thant 99 in the input field in the ui/quagga/bgp which would add more than 90 prefix-lists usable.

Describe alternatives you've considered

Additional context

The FRR's documentation related to this is available here

mimugmail commented 2 years ago

But your example would also fit for a standard ACL? What is the exact use case for this?

LensHunnel commented 2 years ago

Thanks for your answer. related to FRR's documentation here we can use a seq number less than 4294967295 for a prefix-list not only a number between 10-99 which could be a problem if we want to use more than 90 prefix-lists. A best practice, we're using is to use a seq number by a unit of five in case we need to add a new prefix-list between two existings which reduce the number of seq number of prefix-list usable.

LensHunnel commented 2 years ago

any news on that issue ?