Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
22.7 Legacy Series
»
GUI bug with FRR - BGP
« previous
next »
Print
Pages: [
1
]
Author
Topic: GUI bug with FRR - BGP (Read 881 times)
BoodahsFever
Newbie
Posts: 30
Karma: 1
GUI bug with FRR - BGP
«
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
Logged
greebo
Newbie
Posts: 3
Karma: 0
Re: GUI bug with FRR - BGP
«
Reply #1 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.
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
22.7 Legacy Series
»
GUI bug with FRR - BGP