Skip to content

Commit

Permalink
update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
dplore committed Aug 23, 2022
1 parent e907de7 commit e541dcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions release/models/p4rt/openconfig-p4rt.yang
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ module openconfig-p4rt {

grouping p4rt-chassis-config {
description
"Config regarding p4rt use cases which corresponds to the global device hardware package";
"Config regarding P4RT use cases which corresponds to the global device hardware package";

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";
intended to be used as a root of a tree of P4RT ids";
}
}

Expand Down Expand Up @@ -181,14 +181,14 @@ module openconfig-p4rt {
augment "/oc-platform:components/oc-platform:component/" +
"oc-platform:chassis/oc-platform:config" {
description
"Add p4rt chassis config to platform chassis component.";
"Add P4RT chassis config to platform chassis component.";
uses p4rt-chassis-config;
}

augment "/oc-platform:components/oc-platform:component/" +
"oc-platform:chassis/oc-platform:state" {
description
"Add p4rt chassis state to platform chassis component.";
"Add P4RT chassis state to platform chassis component.";
uses p4rt-chassis-config;
}

Expand Down

0 comments on commit e541dcf

Please sign in to comment.