mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Aggregator: Fixed bugs in filter usage
This commit is contained in:
@@ -1210,7 +1210,7 @@ rte_same(rte *x, rte *y)
|
||||
{
|
||||
/* rte.flags / rte.pflags are not checked, as they are internal to rtable */
|
||||
return
|
||||
(
|
||||
(x == y) || (
|
||||
(x->attrs == y->attrs) ||
|
||||
((!x->attrs->cached || !y->attrs->cached) && rta_same(x->attrs, y->attrs))
|
||||
) &&
|
||||
|
Reference in New Issue
Block a user