[Babel-users] [PATCH] Ignore IPv6 routing cache on linux

Denis Ovsienko infrastation at yandex.ru
Wed Apr 24 11:42:23 UTC 2013


> +    /* Ignore cached routes, advertised by some kernels (linux 3.x). */
> +    if(rtm->rtm_flags & RTM_F_CLONED)
> +      return 0;
> +

This concurs with respective code in https://github.com/Quagga-RE/quagga-RE/blob/RE-testing-0.99/zebra/rt_netlink.c

-- 
    Denis Ovsienko



More information about the Babel-users mailing list