Skip to content

Commit

Permalink
add support for port-link-timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasenjitAdhikary committed Dec 11, 2024
1 parent 64c88b6 commit f655cf1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions models/interface/open-traffic-generator-port.yang
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@ module open-traffic-generator-port {
bits per second.";
}

leaf last-link-state-change-timestamp {
type decimal64 {
fraction-digits 2;
}
description
"The timestamp for the last link state change event, measured in nanoseconds.";
}

container counters {
description
"Counters of an OTG port.";
Expand Down

0 comments on commit f655cf1

Please sign in to comment.