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
..
calico pkg/mesh,pkg/wireguard: allow DNS name endpoints 2020-02-22 17:17:13 +01:00
encapsulation pkg/iptables: enable simultaneous ipv4 and ipv6 2020-03-12 16:07:48 +01:00
iproute pkg/{encapsulation,mesh}: abstract encapsulation 2019-05-13 18:30:03 +02:00
ipset init 2019-01-18 02:50:10 +01:00
iptables pkg/iptables: remove nil rules from list on error 2020-05-11 22:50:01 +02:00
k8s pkg/k8s/apis: support for preshared keys in peers 2020-05-05 11:36:43 +02:00
mesh pkg/mesh: update persistent keepalive on change 2020-05-06 15:54:34 +02:00
route pkg/route,pkg/mesh: replace NAT with ip rules 2020-02-20 21:27:50 +01:00
version init 2019-01-18 02:50:10 +01:00
wireguard pkg/k8s/apis: support for preshared keys in peers 2020-05-05 11:36:43 +02:00