Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-12 | Follow-up commit on integrated BIRD | Ondrej Zajicek (work) | |
Use net_addr for interface address prefixes, support net_addr in configuration parser. | |||
2015-07-24 | Static: Support for BFD controlled static routes | Ondrej Zajicek | |
2015-07-20 | Static: Allows to specify attributes for static routes | Ondrej Zajicek | |
The patch adds suport for specifying route attributes together with static routes, e.g.: route 10.1.1.0/24 via 10.0.0.1 { krt_advmss = 1200; ospf_metric1 = 100; }; | |||
2014-02-26 | Fixes issues with static protocol reconfiguration. | Ondrej Zajicek | |
The old static route was not removed when the nexthop changed and the new one was not viable (no neighbor). Thanks to Pierluigi Rolando for the original patch. | |||
2012-01-01 | Allows sticky link-local neighbors. | Ondrej Zajicek | |
Allows using NEF_STICKY neighbors with link-local addresses. This is used for static route nexthops, they can be specified like fe80::1%eth0 . | |||
2011-09-24 | Implements static recursive routes. | Ondrej Zajicek | |
2010-12-07 | Multipath support for static protocol. | Ondrej Zajicek | |
2010-11-19 | Minor finalizations of link state checks. | Ondrej Zajicek | |
2010-11-11 | Adds support for iface link check to static protocol. | Ondrej Zajicek | |
2000-01-17 | Separated `official protocol names' used in status dumps from name templates | Martin Mares | |
used for automatic generation of instance names. protocol->name is the official name protocol->template is the name template (usually "name%d"), should be all lowercase. Updated all protocols to define the templates, checked that their configuration grammar includes proto_name which generates the name and interns it in the symbol table. | |||
1999-12-03 | Implemented `show static'. It's a relatively good example of how to write | Martin Mares | |
show commands for other protocols. | |||
1999-02-05 | Modified static router to use new interface. | Martin Mares | |
1998-12-08 | Fixed a couple of bugs in static protocol. All static routes except device | Martin Mares | |
ones seem to work well. | |||
1998-12-06 | All static routes except for device ones should work and appear/disappear | Martin Mares | |
when their destination comes on/off link. Deserves better testing :) See example in bird.conf. | |||
1998-12-06 | Added skeleton of static route protocol. | Martin Mares | |