After upgrading from bird 2.0.2 to 2.0.3 we discovered that bird pushes connected routes to the kernel. Tried to alter the preference values for kernel and device, but bird still pushes the connected routes, resulting in duplicate in kernel FIB.
How to import connected and kernel routes without bird installing the connected routes again? The only way I found to make it work was by putting an export filter in the kernel like this; export where (source != RTS_DEVICE); Thanks, Kenth
