Skip to content

Commit

Permalink
Add tcpState information element for Antrea registry (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyiou authored Feb 25, 2021
1 parent 2878db9 commit abbbb73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/registry/registry_antrea.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ElementID,Name,Abstract Data Type,Data Type Semantics,Status,Description,Units,Range,References,Requester,Revision,Date,Enterprise ID,
100,sourcePodNamespace,string,,current,,,,,,,,56506,https://www.iana.org/assignments/enterprise-numbers/enterprise-numbers
101,sourcePodName,string,,current,,,,,,,,56506,Picked the enterprise ID that was not reserved yet.
100,sourcePodNamespace,string,,current,,,,,,,,56506,
101,sourcePodName,string,,current,,,,,,,,56506,
102,destinationPodNamespace,string,,current,,,,,,,,56506,
103,destinationPodName,string,,current,,,,,,,,56506,
104,sourceNodeName,string,,current,,,,,,,,56506,
Expand Down 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 abbbb73

Please sign in to comment.