aboutsummaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Expand)AuthorAgeFilesLines
* Configurable syslog name.Ondrej Zajicek2010-04-071-0/+1
* Adds check for no protocol and some minor CLI fixes.Ondrej Zajicek2010-03-171-0/+2
* Fix configure to enable warnings and fix most of them.Ondrej Zajicek2010-02-211-3/+3
* Implements pattern match for 'show protocols' command.Ondrej Zajicek2010-02-202-0/+2
* Define symbols as text between ''.Ondrej Filip2010-02-101-1/+5
* Adds some log messages related to configure.Ondrej Zajicek2010-02-061-3/+9
* Makes date/time formats configurable.Ondrej Zajicek2010-02-033-0/+8
* Priority for '||' and '&&' fixed.Ondrej Filip2010-01-271-1/+2
* Allow multiple || and && statements.Ondrej Filip2010-01-271-2/+2
* Implements MRTdump feature.Ondrej Zajicek2010-01-032-1/+5
* Flex does not need the output of Bison.Ondrej Zajicek2009-08-101-1/+1
* Fixes parallel runs of Bison.Ondrej Zajicek2009-08-101-1/+3
* Fixes typo in MakefileOndrej Zajicek2009-08-101-2/+2
* Missing dependency added.Ondrej Filip2009-08-091-1/+1
* Replace 'bind' option with 'listen' option.Ondrej Zajicek2009-06-232-6/+6
* Adds support for soft reconfiguration.Ondrej Zajicek2009-06-192-8/+11
* Implements option that changes BGP listening socket parametres.Ondrej Zajicek2009-06-182-0/+9
* Implements primary address selection base on 'primary' option.Ondrej Zajicek2009-05-291-0/+6
* Reimplementation of prefix sets.Ondrej Zajicek2009-03-311-0/+1
* New syntax for bgp_pathOndrej Zajicek2009-03-142-1/+5
* New syntax for bgp_pathOndrej Zajicek2009-01-271-1/+1
* fixes some 64-bit related bugs.Ondrej Zajicek2008-12-251-1/+1
* Bugfix for routing table breaking bug.Ondrej Zajicek2008-10-261-2/+3
* New version of flex needs argument separated.Ondrej Filip2007-06-201-1/+1
* Time added in password management.Ondrej Filip2005-02-121-2/+2
* Marked unused parameters in core code as such.Martin Mares2004-06-051-1/+1
* Fixes for the programmer's manual.Martin Mares2000-06-082-4/+4
* Fixes to the progdoc.Martin Mares2000-06-072-6/+6
* Spelling fixes to progdoc.Martin Mares2000-06-072-10/+10
* Nested scopes could never have worked. My fault I wrote such a buggy code,Martin Mares2000-06-042-21/+40
* Moved parser docs to cf-lex.l, so that the parser compiles.Martin Mares2000-06-043-32/+32
* Documentation.Martin Mares2000-06-034-0/+212
* cf_symbol_class_name now recognizes SYM_IPA.Martin Mares2000-06-032-0/+3
* Added && and ||.Pavel Machek2000-06-012-2/+4
* Updated all the Doc files to new format.Martin Mares2000-05-311-2/+2
* Recognize `!'.Martin Mares2000-05-301-1/+1
* Tracing of CLI connections/commands can be now controlledMartin Mares2000-05-291-0/+1
* Use ? in path matching to avoid /* trap.Pavel Machek2000-05-251-1/+1
* Resolved shift/reduce conflictPavel Machek2000-05-161-0/+1
* Changed syntax of expressions. Each `expr' can be now either a numeric literalMartin Mares2000-05-151-6/+1
* Cleanup of configuration.Martin Mares2000-05-152-5/+19
* Got rid of startup functions and filters_postconfig().Martin Mares2000-05-151-1/+0
* Added prefix_or_ipa.Martin Mares2000-05-131-1/+6
* Unified parsing of prefixes.Martin Mares2000-05-131-0/+9
* Added skeleton Doc files for the whole developer's documentation.Martin Mares2000-05-051-0/+2
* pxlen works even in IPv6 mode.Martin Mares2000-05-041-1/+1
* Include CF_HDR section in keywords.h as well, so that protocol symbolsMartin Mares2000-04-282-6/+24
* Split CF_HDR section to CF_HDR (only includes) and CF_DEFINES (defines,Martin Mares2000-04-281-0/+1
* Event handlers no longer return re-queue flag. Instead of using it, justMartin Mares2000-04-271-2/+1
* Renamed f_path to f_path_mask -- which is what it really is. UsePavel Machek2000-04-121-1/+1