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

rpki: Source address not added to rpki cache server #16013

Closed
2 tasks done
natali-rs1985 opened this issue May 15, 2024 · 0 comments · Fixed by #16023
Closed
2 tasks done

rpki: Source address not added to rpki cache server #16013

natali-rs1985 opened this issue May 15, 2024 · 0 comments · Fixed by #16023
Assignees

Comments

@natali-rs1985
Copy link

natali-rs1985 commented May 15, 2024

Description

When trying to configure cache server with source address like in the Documentation it doesn't add like it has to

Version

FRRouting 9.1 (vyos) on Linux(6.6.29-amd64-vyos)

How to reproduce

RPKI configuration to apply

!
rpki
 rpki polling_period 300
 rpki cache 5.6.7.8 3329 vyos /run/frr/id_rpki_5.6.7.8 /run/frr/id_rpki_5.6.7.8.pub source 100.1.1.2 preference 20
 rpki cache 1.2.3.4 3328 source 100.1.1.1 preference 10
!

Expected behavior

# vtysh -c "show rpki cache-server"
host: 5.6.7.8 port: 3329 username: vyos server_hostkey_path: /run/frr/id_rpki_5.6.7.8.pub client_privkey_path: /run/frr/id_rpki_5.6.7.8, preference: 20
host: 1.2.3.4 port: 3328 preference: 10

or mayby the same but with source address

Actual behavior

# vtysh -c "show run" | grep rpki
rpki
 rpki polling_period 300
 rpki cache 5.6.7.8 3329 vyos /run/frr/id_rpki_5.6.7.8 /run/frr/id_rpki_5.6.7.8.pub source 100.1.1.2 preference 20
 rpki cache 1.2.3.4 3328 source 100.1.1.1   preference 10

'show rpki cache-server' command shows not what was expected for TCP connection

# vtysh -c "show rpki cache-server"
host: 5.6.7.8 port: 3329 username: vyos server_hostkey_path: /run/frr/id_rpki_5.6.7.8.pub client_privkey_path: /run/frr/id_rpki_5.6.7.8, preference: 20
host: 1.2.3.4 port: 3328 username: source server_hostkey_path: (null) client_privkey_path: 100.1.1.1, preference: 10

Additional context

No response

Checklist

  • I have searched the open issues for this bug.
  • I have not included sensitive information in this report.
@natali-rs1985 natali-rs1985 added the triage Needs further investigation label May 15, 2024
@ton31337 ton31337 added bug bgp and removed triage Needs further investigation labels May 16, 2024
@ton31337 ton31337 self-assigned this May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants