Skip to content

Commit

Permalink
data type of oui-subtype of custom-tlv in lldp changed from string to…
Browse files Browse the repository at this point in the history
… uint32
  • Loading branch information
biplamal committed Nov 6, 2024
1 parent d330eeb commit f06b3f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion artifacts/open-traffic-generator-lldp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module: open-traffic-generator-lldp
| +--ro state
| +--ro custom-type? uint32
| +--ro oui? string
| +--ro oui-subtype? string
| +--ro oui-subtype? uint32
+--ro capabilities* [name]
+--ro name -> ../state/name
+--ro state
Expand Down
2 changes: 1 addition & 1 deletion models/lldp/open-traffic-generator-lldp.yang
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ module open-traffic-generator-lldp {
}

leaf oui-subtype {
type string;
type uint32;
description
"The organizationally defined subtype field shall contain a unique subtype value assigned by the
defining organization.";
Expand Down

0 comments on commit f06b3f2

Please sign in to comment.