]> git.ipfire.org Git - thirdparty/bird.git/commit
Static: Fix reset neighbor entries for ECMP routes
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 4 Dec 2018 12:52:58 +0000 (13:52 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 4 Dec 2018 12:52:58 +0000 (13:52 +0100)
commitea59172cdec564af781181c9c3e388c59178b49e
tree2692ab67b092e805db068e835257f748becd035b
parent93cec703616f459ba0cdfe3f808dd85e76b1339d
Static: Fix reset neighbor entries for ECMP routes

Neighbor entries for static ECMP routes were not cleaned up during
reconfigure and pointed to the old instances, which leads to crash
after reconfigure.

Thanks to Vladimir Osmolovskiy for the bugreport.
proto/static/static.c