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"; } }