]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: process information about new addresses (BZ#486)
authorChristian Franke <chris@opensourcerouting.org>
Thu, 24 Jan 2013 14:04:43 +0000 (14:04 +0000)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 19 Sep 2013 15:51:00 +0000 (17:51 +0200)
commit599da95527ec8e09cd3d890dc3addc6f2e791a0c
tree8d1ba2663b01be4c2be0a05aceef927181f64eb8
parent23cd8fb7133befdb84b3a918f7b2f6147161ac6e
zebra: process information about new addresses (BZ#486)

Because of a change of semantics in the Linux kernel, information
about changes made by zebra itself was not considered for updates.
This change should fix this by accounting for the new semantics.

It is based on a patch by lich posted to the bugzilla #486

Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
zebra/rt_netlink.c