Skip to content

Commit

Permalink
update datatype & description
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasenjitAdhikary committed Dec 12, 2024
1 parent c677f74 commit 8259374
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions models/interface/open-traffic-generator-port.yang
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,14 @@ module open-traffic-generator-port {
bits per second.";
}

leaf last-link-state-change-timestamp {
type decimal64 {
fraction-digits 2;
}
leaf last-change {
type otg-types:timeticks64;
description
"The timestamp for the last link state change event, measured in nanoseconds.";
"The timestamp indicates the absolute time of the last
link state change of the test port (e.g., up-to-down transition).
The value is the timestamp in nanoseconds relative to
the Unix Epoch (Jan 1, 1970 00:00:00 UTC).";
}

container counters {
Expand Down

0 comments on commit 8259374

Please sign in to comment.