Skip to content

Commit

Permalink
Add tcpState information element for Antrea registry
Browse files Browse the repository at this point in the history
  • Loading branch information
zyiou committed Feb 25, 2021
1 parent 2878db9 commit 8dcbf4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/registry/registry_antrea.csv
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ ElementID,Name,Abstract Data Type,Data Type Semantics,Status,Description,Units,R
133,reverseOctetTotalCountFromDestinationNode,unsigned64,,current,,,,,,,,56506,
134,reversePacketDeltaCountFromDestinationNode,unsigned64,,current,,,,,,,,56506,
135,reverseOctetDeltaCountFromDestinationNode,unsigned64,,current,,,,,,,,56506,
136,tcpState,string,,current,,,,,,,,56506,
1 change: 1 addition & 0 deletions pkg/registry/registry_antrea.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ func loadAntreaRegistry() {
registerInfoElement(*entities.NewInfoElement("reverseOctetTotalCountFromDestinationNode", 133, 4, 56506, 8), 56506)
registerInfoElement(*entities.NewInfoElement("reversePacketDeltaCountFromDestinationNode", 134, 4, 56506, 8), 56506)
registerInfoElement(*entities.NewInfoElement("reverseOctetDeltaCountFromDestinationNode", 135, 4, 56506, 8), 56506)
registerInfoElement(*entities.NewInfoElement("tcpState", 136, 13, 56506, 65535), 56506)
}

0 comments on commit 8dcbf4f

Please sign in to comment.