NDK v0.3.0 Release Notes#
- Documentation - ndk.srlinux.dev
- Protobuf definitions - github.com/nokia/srlinux-ndk-protobufs
- Language bindings - Go, Python.
- Introduced with SR Linux
v24.3.1
. - Diff with the previous release:
v0.2.0...v0.3.0
Configuration Acknowledgements#
To allow NDK agents to explicitly acknowledge the received configuration a new agent registration option - wait_config_ack
- has been added to the AgentRegistrationRequest
.
To facilitate acknowledgment exchange, a new gRPC service - SdkMgrConfigService
- has been introduced in this release. Clients (NDK agents) send AcknowledgeConfigRequest
to the NDK server to explicitly acknowledge each configuration update they received.