- 05 Oct, 2013 1 commit
-
-
Ondřej Zajíček authored
-
- 16 Sep, 2013 1 commit
-
-
Ondřej Zajíček authored
Now it compiles and mostly works.
-
- 10 Sep, 2013 1 commit
-
-
Ondřej Zajíček authored
-
- 15 Aug, 2013 1 commit
-
-
Ondřej Zajíček authored
-
- 13 Aug, 2013 3 commits
-
-
Ondřej Zajíček authored
Thanks to Alexander V. Chernikov for the patch.
-
Ondřej Zajíček authored
Neighbor events related to received route next hops got mixed up with sticky neighbor node for an IP of the BGP peer. If a neighbor for a next hop disappears, BGP session is shut down.
-
Ondřej Zajíček authored
Thanks to Sergey Popovich for the bugreport.
-
- 29 Jul, 2013 3 commits
-
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
Also contains minor fixes in doc formatting.
-
- 28 Jul, 2013 1 commit
-
-
Ondřej Filip authored
-
- 27 Jul, 2013 2 commits
-
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
-
- 26 Jul, 2013 1 commit
-
-
Ondřej Zajíček authored
Thanks to Javor Kliachev for the bugreport.
-
- 25 Jul, 2013 3 commits
-
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
Implemented eval command can be used to evaluate expressions. The patch also documents echo command and allows to use log classes instead of integer as a mask for echo.
-
- 24 Jul, 2013 3 commits
-
-
Ondřej Zajíček authored
Thanks to Fritz Grimpen for the patch.
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
When route was propagated to another rtable through a pipe and then the pipe was reconfigured softly in such a way that any subsequent route updates are filtered, then the source protocol shutdown didn't clean up the route in the second rtable which caused stale routes and potential crashes.
-
- 13 Jul, 2013 1 commit
-
-
Ondřej Zajíček authored
If TX buffers were full during BGP session shutdown then a protocol waited indefinitely to be able to send notification packet to close the session.
-
- 11 Jul, 2013 1 commit
-
-
Ondřej Zajíček authored
-
- 09 Jul, 2013 1 commit
-
-
Ondřej Zajíček authored
-
- 07 Jul, 2013 1 commit
-
-
Ondřej Zajíček authored
Inspired by the patch from Alexander V. Chernikov.
-
- 04 Jul, 2013 1 commit
-
-
Ondřej Zajíček authored
-
- 26 Jun, 2013 1 commit
-
-
Ondřej Zajíček authored
-
- 25 Jun, 2013 1 commit
-
-
Ondřej Zajíček authored
Interfaces for OSPF and RIP could be configured to use (and request) TTL 255 for traffic to direct neighbors. Thanks to Simon Dickhoven for the original patch for RIPng.
-
- 24 Jun, 2013 1 commit
-
-
Ondřej Zajíček authored
Implements support for IPv6 traffic class, sets higher priority for OSPF and RIP outgoing packets by default and allows to configure ToS/DS/TClass IP header field and the local priority of outgoing packets.
-
- 13 Jun, 2013 1 commit
-
-
Ondřej Zajíček authored
Temporary dummy routes created by a kernel protocol during routing table scan get mixed with real routes propagated from another kernel protocol through a pipe.
-
- 11 Jun, 2013 1 commit
-
-
Ondřej Zajíček authored
Also fixes OSPFv3 routing table calculcation w.r.t. errata 2078 to RFC 5340.
-
- 28 May, 2013 2 commits
-
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
Negative bit shifts are definitely undefined oprations.
-
- 09 May, 2013 1 commit
-
-
Ondřej Zajíček authored
Thanks to Fritz Grimpen for the bugfix.
-
- 29 Apr, 2013 2 commits
-
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
Thanks to Peter Christensen for the bugfix.
-
- 23 Apr, 2013 2 commits
-
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
The BIRD client code is restructured that most of the code (including main function) is shared in client.c, while birdc.c and birdcl.c contain just I/O-specific callbacks. This removes all duplicated code from variant-specific files.
-
- 19 Apr, 2013 1 commit
-
-
Ondřej Zajíček authored
Renames some files: birdc/client.c -> birdc.c birdcl/client.c -> birdcl.c client_common.c -> common.c
-
- 17 Apr, 2013 2 commits
-
-
Ondřej Zajíček authored
Adds two new default GCC options related to optimizations (-fno-strict-aliasing and -fno-strict-overflow). This should fix some hyperaggressive GCC optimizations. Also updates autoconf option detection.
-
Ondřej Zajíček authored
BIRD used zero netmask in hello packets on all PtP links, not just on unnumbered ones. This patch fixes it and adds option 'ptp netmask' for overriding the default behavior. Thanks to Alexander V. Chernikov for the original patch.
-