We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
Describe the bug
A clear and concise description of what the bug is, including last known working version (if any).
Tip: to validate your setup was working with the previous version, use opnsense-revert (https://docs.opnsense.org/manual/opnsense_tools.html#opnsense-revert)
To Reproduce
Steps to reproduce the behavior:
router ospf6 ospf6 router-id X.X.X.X redistribute bgp exit
Expected behavior
Have a dropdown entry to choose "BGP" from redistribution list. End up with the mentioned redistribution configuration above
Describe alternatives you considered
I create the configuration (redistribute bgp) manually in the vtysh and it works like a acharm, but after a reboot this would be gone
Screenshots
Relevant log files
There are no relevant logfiles
Additional context
The route redistribution from ospf6 to bgp seems fine
Environment
Software version used and hardware type if relevant, e.g.:
OPNsense 24.7.11_2 (amd64). Proxmox VM with 2 x86-64-v2-AES virtio network cards
The text was updated successfully, but these errors were encountered:
Hi,
i was digging through the code (not a developer) but probably the only change that is needed is in this file
https://github.com/opnsense/plugins/blob/master/net/frr/src/opnsense/mvc/app/models/OPNsense/Quagga/OSPF6.xml
before line 17 insert
<bgp>Border Gateway Protocol (BGP)</bgp>
i tested that on one of our systems and it seems to work, but i am not sure if thats enough
Cheers Soeren
Sorry, something went wrong.
No branches or pull requests
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
Describe the bug
A clear and concise description of what the bug is, including last known working version (if any).
Tip: to validate your setup was working with the previous version, use opnsense-revert (https://docs.opnsense.org/manual/opnsense_tools.html#opnsense-revert)
To Reproduce
Steps to reproduce the behavior:
router ospf6
ospf6 router-id X.X.X.X
redistribute bgp
exit
Expected behavior
Have a dropdown entry to choose "BGP" from redistribution list.
End up with the mentioned redistribution configuration above
Describe alternatives you considered
I create the configuration (redistribute bgp) manually in the vtysh and it works like a acharm, but after a reboot this would be gone
Screenshots
Relevant log files
There are no relevant logfiles
Additional context
The route redistribution from ospf6 to bgp seems fine
Environment
Software version used and hardware type if relevant, e.g.:
OPNsense 24.7.11_2 (amd64).
Proxmox VM with 2 x86-64-v2-AES
virtio network cards
The text was updated successfully, but these errors were encountered: