OPNsense Forum

Archive => 22.7 Legacy Series => Topic started by: BoodahsFever on October 13, 2022, 09:50:48 AM

Title: GUI bug with FRR - BGP
Post by: BoodahsFever on October 13, 2022, 09:50:48 AM
Hi All,

I'm not sure if this is the right place to mention this. If not then please excuse me.

With FRR in the BGP module has what i think a very inconvenient bug when configuring route-maps. I made 2 named prefix-list with names AS65001 and AS65002, 40 SEQ entries each and i want to select the prefix-lists in a route-map. All SEQ entries show up as the named prefix-list (so 40 times AS65001 and 40 times AS65002) forcing me to add all entries (40 times AS65001) until the other named prefix-list becomes visible (AS65002) allowing me to finally select the other (AS65002) one. I think the prefix selection should not show all SEQ's but just the 2 prefix-list names AS65001 and AS65002 and not 40 times AS65001 and AS65002.

The running config file generates the route-map just fine even with AS65001 selected 40 times in the GUI. It does not repeat "match ip address prefix-list AS65001" 40 times. So i think it just might be a GUI bug.

route-map Example-RM permit 10
match as-path 10
match ip address prefix-list AS65001
match ipv6 address prefix-list AS65002
!

Would be grant if this gets fixed.

Thanks,

Bhoodah
Title: Re: GUI bug with FRR - BGP
Post by: greebo on October 25, 2022, 01:05:23 PM
Hi

i have another GUI bug


OPNsense 22.7.6-amd64 FRR/BGP

CARP on WAN iface (vlan01)
CARP failover enabled

i can select "Update source interface", but it does not choose Virtual IP (CARP) of that interface.
I have to manually add :

router bgp #######
neighbor 2000:XXXX:21:1 interface vlan01
neighbor 2000:XXXX:21:1 update-source 2000:XXXX:21:<VIPIPV6ADDRESS>

but gets overwritten via gui frr access.

this worked on PFsense frr version.