kilo/pkg/route
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
..
route.go pkg/route: correct route error check 2021-04-30 18:17:51 +02:00
route_test.go pkg/route,pkg/mesh: replace NAT with ip rules 2020-02-20 21:27:50 +01:00