kilo/pkg/mesh
leonnicolas 9b14c227a9
pkg/mesh/routes.go: add flag for generic ACCEPT in FORWARD chain (#244)
* pkg/mesh/routes.go: add flag for generic ACCEPT in FORWARD chain

Some linux distros or docker will set the default policy in the FORWARD
chain in the filter table to DROP. With the new ip-tables-forward-rules
flag a generic ACCEPT for all packages going from and to the pod subnet
is added to the FORWARD chain.

Signed-off-by: leonnicolas <leonloechner@gmx.de>

* Update cmd/kg/main.go

Co-authored-by: Lucas Servén Marín <lserven@gmail.com>

* Update cmd/kg/main.go

Co-authored-by: Lucas Servén Marín <lserven@gmail.com>
2021-09-30 14:39:06 +02:00
..
backend.go pkg/ cmd/: kgctl autodetect mesh granularity 2021-06-18 15:59:25 +02:00
cni.go pkg/*: allow kgctl to compile for other OSes 2020-11-14 12:16:07 +01:00
discoverips.go pkg/mesh: filter local IP addresses when scanning for ips resolved by hostname 2021-08-22 12:40:55 +01:00
graph.go pkg/mesh/graph.go: fix format 2021-03-26 11:12:05 +01:00
ip.go pkg/mesh: correctly check 172.16/12 IP range 2021-03-06 00:50:48 +01:00
ip_test.go pkg/mesh: correctly check 172.16/12 IP range 2021-03-06 00:50:48 +01:00
mesh.go pkg/mesh/routes.go: add flag for generic ACCEPT in FORWARD chain (#244) 2021-09-30 14:39:06 +02:00
mesh_test.go pkg/mesh,pkg/wireguard: allow DNS name endpoints 2020-02-22 17:17:13 +01:00
routes.go pkg/mesh/routes.go: add flag for generic ACCEPT in FORWARD chain (#244) 2021-09-30 14:39:06 +02:00
routes_test.go pkg/: FEATURE: support allowed IPs outside a cluster 2021-06-15 22:17:35 +02:00
topology.go pkg/: FEATURE: support allowed IPs outside a cluster 2021-06-15 22:17:35 +02:00
topology_test.go pkg/: FEATURE: support allowed IPs outside a cluster 2021-06-15 22:17:35 +02:00