]> git.ipfire.org Git - thirdparty/bird.git/commit
Fixes bug in pipe route filtering.
authorOndrej Zajicek <santiago@crfreenet.org>
Wed, 25 Mar 2009 18:05:52 +0000 (19:05 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Wed, 25 Mar 2009 18:05:52 +0000 (19:05 +0100)
commit40b65f947aed065c03c5f2d5c66c6c794a5aadda
tree2e7ff84d1f11d16a8aa99be121a2797476b86b66
parent4d7d0cb137b700a17751b5a565539357304f9080
Fixes bug in pipe route filtering.

Routes comming through pipe from primary to secondary table were
filtered by both EXPORT and IMPORT filters, but they should be
only filtered by EXPORT filters.
nest/rt-table.c