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

Bug in RPKI documentation #2901

Open
yuch5517 opened this issue Mar 24, 2025 · 1 comment
Open

Bug in RPKI documentation #2901

yuch5517 opened this issue Mar 24, 2025 · 1 comment

Comments

@yuch5517
Copy link

The RPKI Doc contains the following sample configuration.

[[neighbors]]
  [neighbors.config]
    peer-as = 65002
    neighbor-address = "10.0.255.2"
  [neighbors.route-server.config]
    route-server-client = true
  [neighbors.apply-policy-config]
    import-policy-list = ["AS65002-IMPORT-RPKI"]

But using this configuration raise error {"Error":"1 error(s) decoding:\n\n* 'neighbors[1]' has invalid keys: apply-policy-config","Topic":"Config","level":"fatal","msg":"Can't read config file /config/gobgp.toml","time":"2025-03-24T14:25:30+08:00"}. The [neighbors.apply-policy-config] is wrong, it should be changed to [neighbors.apply-policy.config]. After that, my gobgp works well.

@fujita
Copy link
Member

fujita commented Mar 31, 2025

Can you send a pull request to fix the doc?

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

No branches or pull requests

2 participants