kilo/cmd
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
..
docs-gen docs: use consistent notes 2021-07-08 12:15:17 +02:00
kg pkg/mesh/routes.go: add flag for generic ACCEPT in FORWARD chain (#244) 2021-09-30 14:39:06 +02:00
kgctl cmd/kgctl/main.go: suppress second error message 2021-09-07 11:07:03 +02:00