]> git.ipfire.org Git - thirdparty/bird.git/commit
Dropped the internal kernel protocol table for learnt routes.
authorMaria Matejka <mq@ucw.cz>
Mon, 11 Jul 2022 15:04:52 +0000 (17:04 +0200)
committerMaria Matejka <mq@ucw.cz>
Mon, 11 Jul 2022 15:04:52 +0000 (17:04 +0200)
commit9efaf6bafea1c69629e59c6504980fb2986287fe
tree8674003cef5c7b21031500ea24f35b045a95cbe7
parent6b0368cc2c317d1acc0881a96b32ded291d82741
Dropped the internal kernel protocol table for learnt routes.

The learnt routes are now pushed all into the connected table, not only
the best one. This shouldn't do any damage in well managed setups, yet
it should be noted that it is a change of behavior.

If anybody misses a feature which they implemented by misusing this
internal learn table, let us know, we'll consider implementing it in a
better way.
sysdep/linux/netlink.c
sysdep/unix/krt.c
sysdep/unix/krt.h