2011/11/17 Ondrej Zajicek <santiago@crfreenet.org>
I think the problem is that BIRD does not automatically aggregate
routes. It just export routes from other protocol (like static or
direct) according to filters.
If you just want to announce two /24, then add two /24 routes
using static protocol. (and you probably does not need direct
routes from direct protocol to generate subnet routes).
See this example:
https://git.nic.cz/redmine/projects/bird/wiki/BGP_example_1
Where two aggregate routes (A.B.C.0/24 and D.E.F.0/24) are
exported.