]> git.ipfire.org Git - thirdparty/bird.git/commit
Refresh kernel protocol when interface disappears.
authorOndrej Zajicek <santiago@crfreenet.org>
Thu, 2 Oct 2014 09:05:55 +0000 (11:05 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Thu, 2 Oct 2014 10:52:50 +0000 (12:52 +0200)
commit252c7e4d0b7b45c89f69b3c4763b0c013aa5830d
tree269161025206cda30f575e7f47f64e7fdd5463ae
parentb2f008378a39104152b20a969942cd6c99644984
Refresh kernel protocol when interface disappears.

When an interface goes down, (Linux) kernel removes routes pointing to
that ifacem but does not send withdraws for them. We rescan the
kernel table to ensure synchronization.

Thanks to Alexander Demenshin for the bugreport.
sysdep/unix/krt.c