Skip to content

Commit

Permalink
Rename l7ProtocolName to appProtocolName
Browse files Browse the repository at this point in the history
Keeping the more standardized name for Layer 7 protocol field

Signed-off-by: Tushar Tathgur <tathgurt@tathgurtPNQHP.vmware.com>
  • Loading branch information
Tushar Tathgur authored and Tushar Tathgur committed Oct 23, 2023
1 parent d2dcc38 commit 2f7fd15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/registry/registry_antrea.csv
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +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,
155,appProtocolName,string,,current,,,,,,,,56506,
156,httpVals,string,,current,,,,,,,,56506,
2 changes: 1 addition & 1 deletion pkg/registry/registry_antrea.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +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("appProtocolName", 155, 13, 56506, 65535), 56506)
registerInfoElement(*entities.NewInfoElement("httpVals", 156, 13, 56506, 65535), 56506)
}

0 comments on commit 2f7fd15

Please sign in to comment.