Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
[x] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md
[x] I have searched the existing issues and I'm convinced that mine is new.
[x] The title contains the plugin to which this issue belongs
Describe the bug
Web UI does not allow multiprotocol sessions to be created (for example creating an IPv6 neighbor, which sends/recieves both IPv4 and IPv6 routes). If the neighbour address is considered IPv6, then IPv4 is not activated for that neighbour
To Reproduce
Steps to reproduce the behavior:
- Install the
os-frr plugin
- Configure an IPv6 BGP neighbour with a peer which advertises both IPv4 and IPv6 routes
- Wait until the connection establishes
- Use
vtysh -c sh bgp sum from the console
- Observe that
PfxRcd shows a positive integer showing how many IPv6 prefixes have been received
- Use
vtysh -c sh ip bgp sum from the console
- Observe that no IPv4 routes have been received (
PfxRcd column shows Active and not a number of received prefixes)
- Use
vtysh -c sh ip bgp from the console
- See there are no received prefixes listed
Expected behavior
Multiprotocol neighbours can exchange both IPv4 and IPv6 routes even though the BGP session is only established using one protocol or the other
Screenshots
If applicable, add screenshots to help explain your problem.
Relevant log files
If applicable, information from log files supporting your claim.
Additional context
Add any other context about the problem here.
Environment
Software version used and hardware type if relevant.
e.g.:
OPNsense 21.7_3 amd64
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
[x] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md
[x] I have searched the existing issues and I'm convinced that mine is new.
[x] The title contains the plugin to which this issue belongs
Describe the bug
Web UI does not allow multiprotocol sessions to be created (for example creating an IPv6 neighbor, which sends/recieves both IPv4 and IPv6 routes). If the neighbour address is considered IPv6, then IPv4 is not activated for that neighbour
To Reproduce
Steps to reproduce the behavior:
os-frrpluginvtysh -c sh bgp sumfrom the consolePfxRcdshows a positive integer showing how many IPv6 prefixes have been receivedvtysh -c sh ip bgp sumfrom the consolePfxRcdcolumn showsActiveand not a number of received prefixes)vtysh -c sh ip bgpfrom the consoleExpected behavior
Multiprotocol neighbours can exchange both IPv4 and IPv6 routes even though the BGP session is only established using one protocol or the other
Screenshots
If applicable, add screenshots to help explain your problem.
Relevant log files
If applicable, information from log files supporting your claim.
Additional context
Add any other context about the problem here.
Environment
Software version used and hardware type if relevant.
e.g.:
OPNsense 21.7_3 amd64