We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39721d8 commit 49fe4a6Copy full SHA for 49fe4a6
probe/endpoint/nat.go
@@ -114,6 +114,7 @@ func (n natMapper) applyNAT(rpt report.Report, scope string) {
114
if replySrcID != toID {
115
fromNode.Adjacency = fromNode.Adjacency.Minus(toID)
116
fromNode = fromNode.WithAdjacent(replySrcID)
117
+ rpt.Endpoint.Nodes[fromID] = fromNode
118
119
// add nat original destination as a copy of nat reply source
120
replySrcNode, ok := rpt.Endpoint.Nodes[replySrcID]
0 commit comments