This commit fixes the underlying issue that caused crashes when receiving a nil route update, as reported in https://github.com/squat/kilo/issues/17.
When interfaces on the host churn, the kernel will remove routes associated with those interfaces. This could cause the Kilo route controller to become out of sync with the routes that really exist. This commit fixes this behavior.