aboutsummaryrefslogtreecommitdiffstats
path: root/bird.conf
Commit message (Collapse)AuthorAgeFilesLines
* KRT: Fix IPv6 route learnOndrej Zajicek (work)2018-02-061-3/+4
| | | | | | | Internal table used for route learn was created with non-matching net type for IPv6 kernel proto. Thanks to Toke Hoiland-Jorgensen for the bugreport
* Fix bird.conf exampleMichal 'vorner' Vaner2017-08-101-1/+1
| | | | Make it syntactically correct, so it is accepted.
* Doc: Example simple configJan Moskyto Matejka2016-12-071-21/+34
|
* Changes static route targets drop/reject to blackhole/unreachable.Ondrej Zajicek2012-11-271-5/+5
| | | | | To be consistent with rest of BIRD and Linux. Old names are also allowed for compatibility.
* Batch of mj's corrections (config + filters)Pavel Machek2000-06-061-38/+10
|
* Tried to change garbagetime -> garbage time to be more consistent.Pavel Machek2000-05-301-17/+16
|
* Use right address for ripv6.Pavel Machek2000-04-261-11/+11
|
* Cleanup in preparation for ipv6.Pavel Machek2000-04-261-1/+1
|
* Test new syntax of add() and delete().Pavel Machek2000-04-201-0/+22
|
* Path printing is now much nicer.Pavel Machek2000-04-121-1/+1
|
* Format of dates changed, so rip authentication is now commented out.Pavel Machek2000-03-221-3/+3
|
* Make bird.conf that does not crash machine when you run bird as root.Pavel Machek1999-12-081-26/+13
|
* Separated bird.conf and bird.conf for testing filters.Pavel Machek1999-12-081-0/+3
|
* accept should behave as return, not running any commands after it.Pavel Machek1999-12-011-1/+3
|
* md5 authentication seems to work.Pavel Machek1999-11-251-1/+1
|
* Bugfixes: select right password for password authentication, do notPavel Machek1999-11-251-1/+1
| | | | | try to process authentication blocks as datablocks, make it possible to add data at end of packet. Password authentication should actually work.
* Triggered updates should now actually work. Fixed metric=16 -> time itPavel Machek1999-11-251-55/+0
| | | | out logic.
* Enums do not work, this is testcase.Pavel Machek1999-11-101-0/+1
|
* No more shift/reduce conflicts.Pavel Machek1999-11-101-3/+2
|
* Enumerational types, defined keyword added.Pavel Machek1999-11-101-1/+5
|
* Use local variables to test that functionality.Pavel Machek1999-11-041-0/+5
|
* Filters now do not allow function (int arg; int arg2; ).Pavel Machek1999-11-031-3/+7
|
* switch() { } done right.Pavel Machek1999-10-281-2/+5
|
* Filters: permit variables of prefix types, cleanup aroundPavel Machek1999-10-121-26/+19
| | | | | variables. TODO list added, hopefully complete. Use new features of filters in bird.conf
* Added examples of pairs and prefixesPavel Machek1999-10-071-2/+8
|
* Obvious bugs in authentication fixed.Pavel Machek1999-10-021-4/+5
|
* Make configuration use new case statement.Pavel Machek1999-09-291-0/+11
|
* Few fixme's fixed in rip (will not crash any more on request forPavel Machek1999-08-181-0/+1
| | | | | | sending routing table - hopefully). Next few steps in md5 authentication (not yet complete).
* Function calling in filters works - somehow. Calling syntax isPavel Machek1999-07-011-2/+8
| | | | | currently very ugly, beware. Variables are not really local - that needs to be fixed.
* Example of password list usage.Pavel Machek1999-05-261-0/+3
|
* Updated filters: they now actually see IP/pxlen of net being filtered,Pavel Machek1999-04-191-3/+5
| | | | gateway, and who told us, so they can do usefull jobs from now on.
* Sets of integers now actually work. Sets of IP will work as soon asPavel Machek1999-04-121-0/+10
| | | | compare function is ready.
* Filters upgraded - a bit. Moved code to filter.c because it is wherePavel Machek1999-04-071-21/+41
| | | | it belongs. (f-util.c stays there for auxiliary and non-important things.)
* Update of filters towards new interface.Pavel Machek1999-03-291-13/+4
|
* filters_init() renamed to filters_postconfig().Pavel Machek1999-01-151-0/+54
|
* Added bird.conf to .cvsignore and created an example configuration file.Martin Mares1999-01-151-37/+0
| | | | | If you want to run bird now, just copy doc/bird.conf.example as bird.conf and edit it to suit your needs.
* Hopefully finished kernel syncer (krt) rewrite:Martin Mares1998-12-081-2/+7
| | | | | | | | | | | | | | | o Interface syncing is now a part of krt and it can have configurable parameters. Actually, the only one is scan rate now :) o Kernel routing table syncing is now synchronized with interface syncing (we need the most recent version of the interface list to prevent lots of routes to non-existent destinations from appearing). Instead of its own timer, we just check if it's route scan time after each iface list scan. o Syncing of device routes implemented. o CONFIG_AUTO_ROUTES should control syncing of automatic device routes. o Rewrote krt_remove_route() to really remove routes :) o Better diagnostics. o Fixed a couple of bugs.
* All static routes except for device ones should work and appear/disappearMartin Mares1998-12-061-1/+4
| | | | | | when their destination comes on/off link. Deserves better testing :) See example in bird.conf.
* Added skeleton of static route protocol.Martin Mares1998-12-061-0/+4
|
* Kernel syncer is now configurable. It will probably need some moreMartin Mares1998-12-061-0/+6
| | | | options, but at least basic tuning is possible now.
* Added configuration of the device internal protocol. This is primarilyMartin Mares1998-11-291-3/+8
| | | | | | intended to serve as an example of interface pattern list use. As a side effect, you can disable generating of device routes by disabling this protocol.
* Allow setting debug value and `disabled' flag in protocol definition.Martin Mares1998-11-291-2/+3
|
* Trivial 15-line bison excercise: Implemented expressions includingMartin Mares1998-11-271-1/+3
| | | | | user-defined numeric symbols. Whenever possible, use `expr' instead of `NUM' to get full express ion power :-)
* First attempt at protocol configuration (now done only for RIP).Martin Mares1998-11-271-0/+4
|
* Experimental config file.Martin Mares1998-11-271-0/+7