Skip to content

Commit

Permalink
Changing the datatype for flowEndSecondsFromSourceNode and flowEndSec…
Browse files Browse the repository at this point in the history
…ondsFromDestinationNode (#320)

flowEndSecondsFromDestinationNode and flowEndSecondsFromDestinationNode
are changed to the type DateTimesecond

Signed-off-by: Tushar Tathgur <[email protected]>
Co-authored-by: Tushar Tathgur <[email protected]>
  • Loading branch information
tushartathgur and Tushar Tathgur authored Sep 28, 2023
1 parent ec54b43 commit d0294af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/registry/registry_antrea.csv
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ElementID,Name,Abstract Data Type,Data Type Semantics,Status,Description,Units,R
148,throughputFromDestinationNode,unsigned64,,current,,,,,,,,56506,
149,reverseThroughputFromSourceNode,unsigned64,,current,,,,,,,,56506,
150,reverseThroughputFromDestinationNode,unsigned64,,current,,,,,,,,56506,
151,flowEndSecondsFromSourceNode,unsigned32,,current,,,,,,,,56506,
152,flowEndSecondsFromDestinationNode,unsigned32,,current,,,,,,,,56506,
151,flowEndSecondsFromSourceNode,dateTimeSeconds,,current,,,,,,,,56506,
152,flowEndSecondsFromDestinationNode,dateTimeSeconds,,current,,,,,,,,56506,
153,egressName,string,,current,,,,,,,,56506,
154,egressIP,string,,current,,,,,,,,56506,

0 comments on commit d0294af

Please sign in to comment.