Skip to content

Commit

Permalink
update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
dplore committed Aug 26, 2022
1 parent e541dcf commit 41be379
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions release/models/p4rt/openconfig-p4rt.yang
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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";
}
}

Expand Down

0 comments on commit 41be379

Please sign in to comment.