Skip to content

Commit

Permalink
Adding L7 visibility fields (#315)
Browse files Browse the repository at this point in the history
* L7 Visibility support in Antrea

Signed-off-by: Tushar Tathgur <tathgurt@tathgurtPNQHP.vmware.com>

* Replaced isL7 bool with l7ProtocolName string

Signed-off-by: Tushar Tathgur <tathgurt@tathgurtPNQHP.vmware.com>

---------

Signed-off-by: Tushar Tathgur <tathgurt@tathgurtPNQHP.vmware.com>
Co-authored-by: Tushar Tathgur <tathgurt@tathgurtPNQHP.vmware.com>
  • Loading branch information
tushartathgur and Tushar Tathgur authored Sep 29, 2023
1 parent b8729db commit a7df05f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/registry/registry_antrea.csv
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ ElementID,Name,Abstract Data Type,Data Type Semantics,Status,Description,Units,R
152,flowEndSecondsFromDestinationNode,dateTimeSeconds,,current,,,,,,,,56506,
153,egressName,string,,current,,,,,,,,56506,
154,egressIP,string,,current,,,,,,,,56506,
155,l7ProtocolName,string,,current,,,,,,,,56506,
156,httpVals,string,,current,,,,,,,,56506,
2 changes: 2 additions & 0 deletions pkg/registry/registry_antrea.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,6 @@ func loadAntreaRegistry() {
registerInfoElement(*entities.NewInfoElement("flowEndSecondsFromDestinationNode", 152, 14, 56506, 4), 56506)
registerInfoElement(*entities.NewInfoElement("egressName", 153, 13, 56506, 65535), 56506)
registerInfoElement(*entities.NewInfoElement("egressIP", 154, 13, 56506, 65535), 56506)
registerInfoElement(*entities.NewInfoElement("l7ProtocolName", 155, 13, 56506, 65535), 56506)
registerInfoElement(*entities.NewInfoElement("httpVals", 156, 13, 56506, 65535), 56506)
}

0 comments on commit a7df05f

Please sign in to comment.