Skip to content
New issue

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

BGP route redistribution into ospf6 #4447

Open
2 tasks done
smalchow opened this issue Jan 5, 2025 · 1 comment
Open
2 tasks done

BGP route redistribution into ospf6 #4447

smalchow opened this issue Jan 5, 2025 · 1 comment

Comments

@smalchow
Copy link

smalchow commented Jan 5, 2025

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:

  1. Go to 'Routing -> OSPFv3 -> General'
  2. Click on 'Dropdown 'Route Redistribution''
  3. Try to select "BGP" which should result in something like below

router ospf6
ospf6 router-id X.X.X.X
redistribute bgp
exit

  1. but this option does not exist

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

image

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

@AdSchellevis AdSchellevis transferred this issue from opnsense/core Jan 5, 2025
@smalchow
Copy link
Author

smalchow commented Jan 6, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant