From 41be379be9edd241166c2bfd898bf922e4034380 Mon Sep 17 00:00:00 2001 From: dplore Date: Fri, 26 Aug 2022 13:24:56 -0700 Subject: [PATCH] update descriptions --- release/models/p4rt/openconfig-p4rt.yang | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/release/models/p4rt/openconfig-p4rt.yang b/release/models/p4rt/openconfig-p4rt.yang index e5e1333d6..c6f615445 100644 --- a/release/models/p4rt/openconfig-p4rt.yang +++ b/release/models/p4rt/openconfig-p4rt.yang @@ -60,13 +60,11 @@ module openconfig-p4rt { // identity statements identity P4RT { - base "oc-grpc:GRPC_SERVICE"; - description - "P4RT: P4 Runtime (P4RT) Service."; + base "oc-grpc:GRPC_SERVICE"; + description + "P4RT: P4 Runtime (P4RT) Service."; } - // typedef statements - // grouping statements grouping p4rt-interface-config { @@ -113,8 +111,8 @@ module openconfig-p4rt { leaf id { type uint32; description - "A unique identifier representing the global hardware device. This is - intended to be used as a root of a tree of P4RT ids"; + "An identifier used for the root of oc-p4rt:node-id. It is used to + indicate which oc-p4rt:node-id's belong to the same device"; } }