Skip to content

Commit

Permalink
Add description for hashing-policy leaf
Browse files Browse the repository at this point in the history
  • Loading branch information
atmanmehta committed Aug 28, 2023
1 parent cd5e0e4 commit 1dc0d28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release/models/interfaces/openconfig-interfaces.yang
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,8 @@ module openconfig-interfaces {
type leafref {
path "/oc-hashing:policies/oc-hashing:policy/oc-hashing:name";
}
description "The hashing policy to be used when hashing packets coming
in on the interface.";
}

uses interface-common-config;
Expand Down
1 change: 1 addition & 0 deletions release/models/system/openconfig-system.yang
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ module openconfig-system {
type leafref {
path "/oc-hashing:policies/oc-hashing:policy/oc-hashing:name";
}
description "The system default hashing policy to be used when hashing packets.";
}
}

Expand Down

0 comments on commit 1dc0d28

Please sign in to comment.