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 918e655 commit 0988604Copy full SHA for 0988604
ziti/edge/network/conn.go
@@ -324,6 +324,7 @@ func (conn *edgeConn) GetCircuitDetail() *xgress.CircuitDetail {
324
detail.IsXgress = true
325
detail.Originator = conn.xgCircuit.xg.Originator().String()
326
detail.Address = string(conn.xgCircuit.xg.Address())
327
+ detail.CtrlId = conn.xgCircuit.xg.CtrlId()
328
}
329
330
return detail
0 commit comments