]> git.ipfire.org Git - thirdparty/bird.git/commit
Nest: Fix filter reconfiguration
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 9 Jan 2018 13:36:11 +0000 (14:36 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 9 Jan 2018 13:36:11 +0000 (14:36 +0100)
commit94f9be80c3686284942ba73670780d27730da997
tree154a869ba620639a112b6d61f528bf28c87313ba
parent8f8671bcde738890d312ab91336f101465b3eeac
Nest: Fix filter reconfiguration

Function filter_same() must be called with arguments in proper order,
otherwise it breaks the new filter, causing crash during route
processing.
nest/proto.c