mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-29 18:31:01 +02:00
The patches were not taking effect because they did not set net.ipv4.conf.default.rp_filter for new interfaces. Also, they got overwritten by the baselayout configuration which takes precedence and is the place for Flatcar-specific sysctl settings. The desired configuration was enfored there: https://github.com/kinvolk/baselayout/pull/13