kilo/pkg
Lucas Servén Marín 19abddf1fe
pkg/route: correct route error check
Currently, when the route controller processes updates from netlink, it
checks if the routes in the table are nil or have no destination.
However, we control this and can guarantee that it's never the case.
Instead, we should check if the routes from netlink are valid.

Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
2021-04-30 18:17:51 +02:00
..
calico pkg/mesh,pkg/wireguard: allow DNS name endpoints 2020-02-22 17:17:13 +01:00
encapsulation pkg/encapsulation/ipip.go: fix order of flags 2021-03-13 19:55:00 +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 cmd/kg,pkg: add --resync-period flag 2021-03-01 18:20:06 +01:00
k8s Nat to nat (#146) 2021-04-21 19:47:29 +02:00
mesh Merge pull request #148 from JulienVdG/sync-not-ready 2021-04-21 19:49:12 +02:00
route pkg/route: correct route error check 2021-04-30 18:17:51 +02:00
version init 2019-01-18 02:50:10 +01:00
wireguard Nat to nat (#146) 2021-04-21 19:47:29 +02:00