kilo/pkg/mesh
Julien Viard de Galbert 82fcdab705 Drop the shallow copies of nodes and peers
Now that updateNATEndpoints was updated to discoverNATEndpoints and that
the endpoints are overridden by topology instead of mutating the nodes and
peers object, we can safely drop this copy.
2021-04-21 10:42:49 +02:00
..
backend.go Record discovered endpoints in node 2021-04-20 17:07:16 +02:00
cni.go pkg/*: allow kgctl to compile for other OSes 2020-11-14 12:16:07 +01:00
discoverips.go Nodes without private IPs 2021-01-24 22:37:24 +01:00
graph.go pkg/mesh/graph.go: fix format 2021-03-26 11:12:05 +01:00
ip_test.go pkg/mesh: correctly check 172.16/12 IP range 2021-03-06 00:50:48 +01:00
ip.go pkg/mesh: correctly check 172.16/12 IP range 2021-03-06 00:50:48 +01:00
mesh_test.go pkg/mesh,pkg/wireguard: allow DNS name endpoints 2020-02-22 17:17:13 +01:00
mesh.go Drop the shallow copies of nodes and peers 2021-04-21 10:42:49 +02:00
routes_test.go Nodes without private IPs 2021-01-24 22:37:24 +01:00
routes.go pkg/iptables: reduce calls to iptables 2021-02-20 19:24:06 +01:00
topology_test.go Handle discovered Endpoints in topology to enable NAT 2 NAT 2021-04-20 17:07:16 +02:00
topology.go Handle discovered Endpoints in topology to enable NAT 2 NAT 2021-04-20 17:07:16 +02:00