OPNsense Forum

English Forums => 25.1, 25.4 Production Series => Topic started by: Vaidotas on June 21, 2025, 12:53:10 PM

Title: Feature request: route-map set
Post by: Vaidotas on June 21, 2025, 12:53:10 PM
OPN team:

Please add capabilty to FRR package route-map setup.

I see that need for OSPFv2 setup with FRR.

I need few not one SET comands per single route-map:
1. set tag 1234
2. set network-type type-1

To be true, would be nice to have not only prefix-list match capabilieties.

Maybe I can use split configuration to avoid full cotrol of frr conf from GUI side.

Example:
!
router ospf
 ospf router-id 172.22.3.0
 log-adjacency-changes
 auto-cost reference-bandwidth 11
 redistribute kernel route-map Kernel
 redistribute static route-map Kernel
exit
!
!
route-map Kernel permit 10
 match ip address prefix-list kernel-routes
 set tag 1234
exit

OPNsense 25.4.1-amd64
Type   opnsense-business   
Version   25.4.1   
Architecture   amd64   
Commit   cfe8a9225

Cordialement
Title: Re: Feature request: route-map set
Post by: cookiemonster on June 22, 2025, 12:45:52 AM
You should put a request in github so that devs eyes land on it.