kilo/cmd/kg
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
..
handlers.go cmd/kg/*: sub command peer validation webhook 2021-09-06 21:14:44 +02:00
main.go pkg/mesh/routes.go: add flag for generic ACCEPT in FORWARD chain (#244) 2021-09-30 14:39:06 +02:00
webhook.go cmd/kg/*: sub command peer validation webhook 2021-09-06 21:14:44 +02:00