config: add TCP-AO keychain model and load keychains from config - #3522
Draft
rastislavs wants to merge 4 commits into
Draft
config: add TCP-AO keychain model and load keychains from config#3522rastislavs wants to merge 4 commits into
rastislavs wants to merge 4 commits into
Conversation
Add proto API for TCP-AO keychain configuration. The keychain API will be later used for configuring TCP-AO keys that can be shared among multiple peers. Signed-off-by: Rastislav Szabo <rastislav.szabo@isovalent.com>
Implement GRPC API for TCP-AO keychain management. For now the configured keychains do not have any use, this will be added in follow-up commits.
Extend the GoBGP YANG model with TCP-AO keychain configuration based on openconfig-keychain 0.5.0 model copied over verbatim, limited to fields supported by GoBGP. Signed-off-by: Rastislav Szabo <rastislav.szabo@isovalent.com>
Loads TCP-AO keychain configuration from file into the internal keychain store. Signed-off-by: Rastislav Szabo <rastislav.szabo@isovalent.com>
rastislavs
force-pushed
the
tcp-ao-keychain-cfg
branch
from
July 29, 2026 14:25
f1c2b8c to
a50e811
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a follow-up to #3503 (so keeping it as a draft until it is not merged).
Extends the GoBGP YANG model with TCP-AO keychain configuration based on openconfig-keychain 0.5.0 model copied over verbatim (as it is not part of https://github.com/osrg/yang), limited to fields supported by GoBGP. This is then used to load TCP-AO keychain configuration from file into the internal keychain store.
The configured keychains do not have any use for now, this will be added in follow-up changes as part of #3493