You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Missing configuration keywords, which are in Configuration documentation:
line 180: field source4 not found in type config.Peer
line 181: field source6 not found in type config.Peer
and
line 5: field next-hop-self-ebgp not found in type config.Config
line 6: field next-hop-self-ibgp not found in type config.Config
Environment
Output from pathvector version
Pathvector 6.3.2
Built c35220b on 2023-06-11T07:03:14Z
No plugins
BIRD: ready.
OS version
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.6 LTS"
And having these IP addresses set up on Linux's loopback interface: 208.208.208.208/32 , 2AAA:3AAA:1::A/128
To Reproduce
Steps to reproduce the behavior:
Copy this config to pathvector.yml...
Run pathvector -v generate
See error
Expected behavior
I would like to create some BGP sessions from source IP address of Loopback interface.
It seems that described Configuration parameters are supposed to be for this purpose. But not working in current release.
Why?
PS.
the same situation - not working keywords like:
next-hop-self-ibgp
next-hop-self-ebgp
The text was updated successfully, but these errors were encountered:
into the main config section in the beginning.
But my core ibgp sessions still don't use this loopback address as source to establish bgp session. They use local interface address.
But keywords:
next-hop-self-ebgp: true
next-hop-self-ibgp: true
are still not allowed neither in main config section nor in peer template or peer config.
Describe the bug
Missing configuration keywords, which are in Configuration documentation:
line 180: field source4 not found in type config.Peer
line 181: field source6 not found in type config.Peer
and
line 5: field next-hop-self-ebgp not found in type config.Config
line 6: field next-hop-self-ibgp not found in type config.Config
Environment
pathvector version
Pathvector 6.3.2
Built c35220b on 2023-06-11T07:03:14Z
No plugins
BIRD: ready.
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.6 LTS"
yaml
language identifierAnd having these IP addresses set up on Linux's loopback interface: 208.208.208.208/32 , 2AAA:3AAA:1::A/128
To Reproduce
Steps to reproduce the behavior:
pathvector -v generate
Expected behavior
I would like to create some BGP sessions from source IP address of Loopback interface.
It seems that described Configuration parameters are supposed to be for this purpose. But not working in current release.
Why?
PS.
the same situation - not working keywords like:
next-hop-self-ibgp
next-hop-self-ebgp
The text was updated successfully, but these errors were encountered: