Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Vaidotas

#1
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