Files
kilo/pkg
Lucas Servén Marín 9b19bbe69c pkg/iptables: remove nil rules from list on error
Previously, when `deleteFromIndex` exited early due to an error, nil
rules would be left in the controller's list of rules, which could
provoke a panic on the next reconciliation. This commit ensures that nil
rules are removed before an early exit.

Fixes: #51

Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
2020-05-11 22:50:01 +02:00
..
2019-01-18 02:50:10 +01:00
2019-01-18 02:50:10 +01:00