From 28aa57dc5f92c7c22b2431fcabe519e62ba60aa7 Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Fri, 6 Oct 2023 15:25:36 +0300 Subject: [PATCH] entails->contains --- rpc/gnmi/gnmi-commit-confirmed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/gnmi/gnmi-commit-confirmed.md b/rpc/gnmi/gnmi-commit-confirmed.md index cad15a5..360bb8d 100644 --- a/rpc/gnmi/gnmi-commit-confirmed.md +++ b/rpc/gnmi/gnmi-commit-confirmed.md @@ -21,7 +21,7 @@ If no confirmation is received within the time window, the network device will r A [`CommitConfirmed`](TBD) message is added to the list of well-known gNMI Extensions and is defined in [gnmi_ext.proto](TBD). -The message entails the following fields: +The message contains the following fields: - `action` - The action to be taken by the network device upon receiving the `SetRequest` with the `CommitConfirmed` extension. - `timeout` - time in seconds/nanoseconds to wait for a confirmation before reverting the changes.