bird/proto/static
Ondrej Zajicek (work) 30c734fc73 Static: Fix bug in static route filter expressions
During reconfiguration, old and new filter expressions in static routes
are compared using i_same() function. When filter expressions contain
function calls, it is necessary that old filter expressions are the
second argument in i_same(), as it is internally modified by i_same().
Otherwise pointers to old (and freed) data appear in the config
structure.

Thanks to Lennert Buytenhek for tracking and reporting the bug.
2017-02-17 22:54:06 +01:00
..
config.Y Static: Support for BFD controlled static routes 2015-07-24 18:02:07 +02:00
Doc Documented all the trivial protocols. 2000-06-04 16:15:37 +00:00
Makefile New makefiles. Includes support for out-of-source-tree builds. 1999-01-10 00:18:32 +00:00
static.c Static: Fix bug in static route filter expressions 2017-02-17 22:54:06 +01:00
static.h Static: Support for BFD controlled static routes 2015-07-24 18:02:07 +02:00