• Juliusz Chroboczek's avatar
    Don't attempt atomic route changes under Linux. · e816161c
    Juliusz Chroboczek authored
    The netlink API doesn't natively support atomic route changes.  We used
    to attempt to install the new route before removing the old route, but that
    would fail in mysterious ways on non-multipath kernels, leading to "stuck"
    routes.  Avoid the pain, just take the native approach.
    e816161c
kernel_netlink.c 35.5 KB