Skip to content

Commit

Permalink
Add "egressNode" field for Egress information support
Browse files Browse the repository at this point in the history
Add a new field "egressNode" for the visibility of Egress information
in flow records.

Signed-off-by: Kumar Atish <atish.iaf@gmail.com>
  • Loading branch information
Atish-iaf committed Feb 13, 2024
1 parent 073bf85 commit 65da770
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 @@ -56,3 +56,4 @@ ElementID,Name,Abstract Data Type,Data Type Semantics,Status,Description,Units,R
154,egressIP,string,,current,,,,,,,,56506,
155,appProtocolName,string,,current,,,,,,,,56506,
156,httpVals,string,,current,,,,,,,,56506,
157,egressNode,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 @@ -78,4 +78,5 @@ func loadAntreaRegistry() {
registerInfoElement(*entities.NewInfoElement("egressIP", 154, 13, 56506, 65535), 56506)
registerInfoElement(*entities.NewInfoElement("appProtocolName", 155, 13, 56506, 65535), 56506)
registerInfoElement(*entities.NewInfoElement("httpVals", 156, 13, 56506, 65535), 56506)
registerInfoElement(*entities.NewInfoElement("egressNode", 157, 13, 56506, 65535), 56506)
}

0 comments on commit 65da770

Please sign in to comment.