Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-20 | Fixes unnecessary pipe restart during configure. | Ondrej Zajicek | |
2009-12-19 | NEWS and version update. | Ondrej Zajicek | |
2009-12-15 | Merge branch 'ospf3' into new | Ondrej Zajicek | |
2009-12-15 | Fixes export of routes with link-local gw. | Ondrej Zajicek | |
2009-12-14 | Remove bgp_as4_support variable. | Ondrej Zajicek | |
2009-12-14 | Minor doc update. | Ondrej Zajicek | |
2009-12-14 | Implements route reload for OSPF. | Ondrej Zajicek | |
2009-12-14 | Merge branch 'dev' into ospf3 | Ondrej Zajicek | |
Conflicts: proto/ospf/lsreq.c proto/ospf/lsupd.c proto/ospf/rt.c | |||
2009-12-14 | Minor updates. | Ondrej Zajicek | |
2009-12-14 | Finishes 'route reload' feature. | Ondrej Zajicek | |
2009-12-12 | Minor fixes in OSPF. | Ondrej Zajicek | |
2009-12-11 | Implements protocol-specific Router ID for OSPF. | Ondrej Zajicek | |
And fixes one minor bug. | |||
2009-12-11 | Temporary OSPFv3 commit. | Ondrej Zajicek | |
2009-12-06 | Fixes link-back check. | Ondrej Zajicek | |
2009-12-04 | Fixes next hop handling. | Ondrej Zajicek | |
2009-12-03 | Fixes OSPFv2 build. | Ondrej Zajicek | |
2009-12-03 | Fixes some log messages. | Ondrej Zajicek | |
2009-12-03 | Minor fix in LSA update. | Ondrej Zajicek | |
2009-12-02 | Fixes silly bug. | Ondrej Zajicek | |
2009-12-02 | Implements route re-feed. | Ondrej Zajicek | |
This can be used to re-feed routes to protocol after soft change in export filters. | |||
2009-12-02 | Fixes some problems in pipes. | Ondrej Zajicek | |
For transparent pipes, loop detection works correctly now. Pipes are now more symmetric - in both directions filtering is done in do_rte_announce(). | |||
2009-12-02 | Fixes one missing log message. | Ondrej Zajicek | |
2009-11-29 | Fixes some crashes in OSPFv2. | Ondrej Zajicek | |
2009-11-29 | Temporary commit. | Ondrej Zajicek | |
2009-11-26 | Fix -p option. | Ondrej Zajicek | |
2009-11-26 | Implements BGP route refresh. | Ondrej Zajicek | |
2009-11-24 | Merge commit 'origin/master' into dev | Ondrej Zajicek | |
2009-11-24 | Fixes serious bug in core related to route filtering. | Ondrej Zajicek | |
If protocol announces a route, route is accepted by import filter to routing table, and later it announces replacement of that route that is rejected by import filter, old route remains in routing table. | |||
2009-11-20 | Fixes in the documentation. | Ondrej Zajicek | |
2009-11-19 | Added word 'IPv6' to underline, that this problem was not IPv4 related. | Ondrej Filip | |
2009-11-19 | New version. | Ondrej Zajicek | |
2009-11-19 | Implement option to exit after config file parsing. | Ondrej Zajicek | |
2009-11-18 | Implements option that controls IPv6 BGP next hops when lladdr is missing. | Ondrej Zajicek | |
2009-11-17 | Adds some documentation to the description option. | Ondrej Zajicek | |
2009-11-17 | Implement description field of protocol. | Ondrej Zajicek | |
2009-11-17 | Show both IPv6 next hop addresses in BGP. | Ondrej Zajicek | |
2009-11-17 | Implements RFC 5004 - prefer older external routes. | Ondrej Zajicek | |
2009-11-17 | Temporary OSPFv3 devel commit | Ondrej Zajicek | |
2009-11-15 | Fixes bug related to reconfiguration with bgp_path first/last operators. | Ondrej Zajicek | |
2009-11-13 | After shutdown, BIRD should have exit code 0. | Ondrej Zajicek | |
2009-11-13 | Fixes BIRD socket unlink. | Ondrej Zajicek | |
2009-11-09 | Use IPv6 checksums in OSPFv3. | Ondrej Zajicek | |
2009-11-09 | Merge branch 'dev' into ospf3 | Ondrej Zajicek | |
2009-11-02 | Merge commit 'origin/master' into dev | Ondrej Zajicek | |
2009-11-02 | Fixes build in Debian GNU/kFreeBSD. | Ondrej Zajicek | |
2009-11-02 | Version 1.1.5 | Ondrej 'Feela' Filip | |
2009-10-29 | Implements better checks on incoming packets and LSAs in OSPF. | Ondrej Zajicek | |
2009-10-28 | Fixes some problems related to link-local routes in KRT interface. | Ondrej Zajicek | |
2009-10-28 | New version. | Ondrej Zajicek | |
2009-10-27 | Replaces local endianity testing macro with the common one. | Ondrej Zajicek | |
That makes it easier to integrate BIRD to crosscompiling buildsystems. |