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 4af7598 commit d6ca5c8Copy full SHA for d6ca5c8
pkg/status/api.go
@@ -263,10 +263,6 @@ func (wd WorkloadBpfDump) WithWorkloadPolicies(workloadPolicies []bpfcache.Workl
263
func (wd WorkloadBpfDump) WithBackends(backends []bpfcache.BackendValue) WorkloadBpfDump {
264
converted := make([]BpfBackendValue, 0, len(backends))
265
for _, backend := range backends {
266
- ip := []byte{}
267
- for _, b := range backend.Ip {
268
- ip = append(ip, b)
269
- }
270
waypointAddr := ""
271
if backend.WaypointAddr != [16]byte{} {
272
waypointAddr = nets.IpString(backend.WaypointAddr)
0 commit comments