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
I have the following configuration for a GoBGP router:
global: config: router-id: 192.168.255.1 as: 256 confederation: config: enabled: true identifier: 1 member-as-list: [] neighbors: - config: neighbor-address: 3.0.0.3 peer-as: 64512 transport: config: local-address: 3.0.0.2 afi-safis: - config: afi-safi-name: ipv4-unicast - config: neighbor-address: 4.0.0.3 peer-as: 256 remove-private-as: all transport: config: local-address: 4.0.0.2 afi-safis: - config: afi-safi-name: ipv4-unicast
When I try to start the GoBGP daemon with this configuration, I get an error message:
$ gobgpd -t yaml -f /etc/gobgp/gobgp.yml {"Error":"can't set remove-private-as for iBGP peer","Topic":"Config","level":"fatal","msg":"Can't read config file /etc/gobgp/gobgp.yml","time":"2024-10-22T06:43:08Z"}
Is this expected? Because I tested a similar configuration with FRR and it gets accepted there.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have the following configuration for a GoBGP router:
When I try to start the GoBGP daemon with this configuration, I get an error message:
Is this expected? Because I tested a similar configuration with FRR and it gets accepted there.
The text was updated successfully, but these errors were encountered: