> + /* 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