- 15 Aug, 2013 1 commit
-
-
Ondřej Filip authored
-
- 25 Jul, 2013 1 commit
-
-
Ondřej Zajíček authored
-
- 10 Feb, 2013 1 commit
-
-
Ondřej Filip authored
-
- 27 Dec, 2012 1 commit
-
-
Ondřej Zajíček authored
Router ID could be automatically determined based of subset of ifaces/addresses specified by 'router id from' option. The patch also does some minor changes related to router ID reconfiguration. Thanks to Alexander V. Chernikov for most of the work.
-
- 26 Dec, 2012 1 commit
-
-
Ondřej Zajíček authored
Several new configure command variants: configure undo - undo last reconfiguration configure timeout - configure with scheduled undo if not confirmed in timeout configure confirm - confirm last configuration configure check - just parse and validate config file
-
- 18 Jul, 2012 1 commit
-
-
Ondřej Zajíček authored
Also fixes some minor bugs in include. Thanks Kelly Cochran for suggestion and draft patch.
-
- 18 Mar, 2012 1 commit
-
-
Ondřej Zajíček authored
- ROA tables, which are used as a basic part for RPKI. - Commands for examining and modifying ROA tables. - Filter operators based on ROA tables consistent with RFC 6483.
-
- 16 Mar, 2012 2 commits
-
-
Ondřej Zajíček authored
Thanks Alexander V. Chernikov for the original patch.
-
Ondřej Zajíček authored
Thanks Alexander V. Chernikov for the original patch.
-
- 01 Jan, 2012 1 commit
-
-
Ondřej Zajíček authored
Allows using NEF_STICKY neighbors with link-local addresses. This is used for static route nexthops, they can be specified like fe80::1%eth0 .
-
- 22 Dec, 2011 1 commit
-
-
Ondřej Zajíček authored
-
- 10 Nov, 2011 1 commit
-
-
Ondřej Zajíček authored
-
- 07 Nov, 2011 1 commit
-
-
Ondřej Zajíček authored
Based on the patch from Alexander V. Chernikov. Extended to support almost all protocols. Uses 'protocol bgp NAME from TEMPLATE { ... }' syntax.
-
- 10 Oct, 2011 1 commit
-
-
Ondřej Zajíček authored
-
- 11 Sep, 2011 1 commit
-
-
Ondřej Filip authored
-
- 06 May, 2011 1 commit
-
-
Ondřej Zajíček authored
- Fixes several conflicts in the grammar. - Fixes a bug in (a..b, c) pair patterns. - Makes pair patterns orthogonal. - Allows term expressions in pair patterns without additional ( ). - Allows several comma separated values in switch cases.
-
- 23 Mar, 2011 1 commit
-
-
Ondřej Zajíček authored
The old BIRD grammar needs two lookaheads to distinguish if..else from else: in case, which caused the parser to fail on some combinations of both expressions. This patch replaces two tokens 'else' ':' by one token 'else:' to fix that.
-
- 13 Mar, 2011 1 commit
-
-
Ondřej Zajíček authored
-
- 08 Oct, 2010 1 commit
-
-
Ondřej Zajíček authored
Dot in expressions like net.len definitely should have the highhest priority.
-
- 02 May, 2010 1 commit
-
-
Ondřej Zajíček authored
-
- 07 Apr, 2010 1 commit
-
-
Ondřej Zajíček authored
Also fixes a bug in syslog initialization.
-
- 17 Mar, 2010 1 commit
-
-
Ondřej Zajíček authored
- Adds check to deny config file with no specified protocol to prevent loading of empty config file. - Moves CLI init before config parse to receive immediate error message when cannot open control socket. - Fixes socket name path check and other error handling in CLI init.
-
- 21 Feb, 2010 1 commit
-
-
Ondřej Zajíček authored
-
- 20 Feb, 2010 1 commit
-
-
Ondřej Zajíček authored
And generally consolidates protocol commands.
-
- 10 Feb, 2010 1 commit
-
-
Ondrej Filip authored
-
- 06 Feb, 2010 1 commit
-
-
Ondřej Zajíček authored
Also fixes a bug in the previous patch.
-
- 03 Feb, 2010 1 commit
-
-
Ondřej Zajíček authored
-
- 27 Jan, 2010 2 commits
-
-
Ondrej Filip authored
-
Ondrej Filip authored
-
- 03 Jan, 2010 1 commit
-
-
Ondřej Zajíček authored
-
- 10 Aug, 2009 3 commits
-
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
Previous version of Makefile executed Bison two times (in parallel), because of two specified targets. I am not sure wheter this is the best fix. Previon
-
Ondřej Zajíček authored
-
- 09 Aug, 2009 1 commit
-
-
Ondrej Filip authored
-
- 23 Jun, 2009 1 commit
-
-
Ondřej Zajíček authored
To be consistent with other daemons.
-
- 19 Jun, 2009 1 commit
-
-
Ondřej Zajíček authored
-
- 18 Jun, 2009 1 commit
-
-
Ondřej Zajíček authored
-
- 29 May, 2009 1 commit
-
-
Ondřej Zajíček authored
-
- 31 Mar, 2009 1 commit
-
-
Ondřej Zajíček authored
Prefix sets were broken beyond any repair and have to be reimplemented. They are reimplemented using a trie with bitmasks in nodes. There is also change in the interpretation of minus prefix pattern, but the old interpretation was already inconsistent with the documentation and broken. There is also some bugfixes in filter code related to set variables.
-
- 14 Mar, 2009 1 commit
-
-
Ondřej Zajíček authored
-