summaryrefslogtreecommitdiff
path: root/proto/static
AgeCommit message (Expand)Author
2016-05-10Merge remote-tracking branch 'origin/rte-update' into int-newJan Moskyto Matejka
2016-05-10Build system reworked to one global Makefile with includes and no nestingJan Moskyto Matejka
2016-04-08Route update: move table lookup from protocols into rte_update2().Jan Moskyto Matejka
2016-02-01Channels - explicit links between protocols and tablesOndrej Zajicek (work)
2015-12-20Integrated address print lengthsJan Moskyto Matejka
2015-11-12Follow-up commit on integrated BIRDOndrej Zajicek (work)
2015-11-05Initial commit on integrated BIRDOndrej Zajicek (work)
2015-07-24Static: Support for BFD controlled static routesOndrej Zajicek
2015-07-20Static: Allows to specify attributes for static routesOndrej Zajicek
2015-06-08BGP multipath supportOndrej Zajicek
2015-02-21Store protocol config size inside protocol structureOndrej Zajicek
2015-02-21Replacing GNU old-style field designator extensionPavel Tvrdik
2014-02-26Fixes issues with static protocol reconfiguration.Ondrej Zajicek
2013-11-23Merge branch 'master' into add-pathOndrej Zajicek
2013-02-09Fixes handling of iface routes in static proto during reconfiguration.Ondrej Zajicek
2012-11-27Changes static route targets drop/reject to blackhole/unreachable.Ondrej Zajicek
2012-08-14Implements ADD-PATH extension for BGP.Ondrej Zajicek
2012-04-15Fix static protocol w.r.t. some recent changes in protocol ahooks.Ondrej Zajicek
2012-01-24Assign default protocol preference via proto_config_new().Ondrej Zajicek
2012-01-09Show interface for link-local gw in static protocol.Ondrej Zajicek
2012-01-01Allows sticky link-local neighbors.Ondrej Zajicek
2011-11-07Implements protocol templates.Ondrej Zajicek
2011-09-24Implements static recursive routes.Ondrej Zajicek
2011-04-01Fix leaked debug message.Ondrej Zajicek
2010-12-07Multipath support for static protocol.Ondrej Zajicek
2010-11-19Minor finalizations of link state checks.Ondrej Zajicek
2010-11-11Adds support for iface link check to static protocol.Ondrej Zajicek
2010-05-16Do not remove old static route if it is in new config with different gw.Ondrej Zajicek
2010-02-27Better flushing of interfaces.Ondrej Zajicek
2009-06-01The pipe cleanup.Ondrej Zajicek
2001-08-19Fix %<something>I format strings.Martin Mares
2000-06-08Fixes for the programmer's manual.Martin Mares
2000-06-04Removed lots of trailing newlines in log messages.Martin Mares
2000-06-04Documented all the trivial protocols.Martin Mares
2000-05-31Updated all the Doc files to new format.Martin Mares
2000-05-15Cleanup of configuration.Martin Mares
2000-05-13Unified parsing of prefixes.Martin Mares
2000-05-13Manual enable/disable works right.Martin Mares
2000-05-05Added skeleton Doc files for the whole developer's documentation.Martin Mares
2000-04-28Split CF_HDR section to CF_HDR (only includes) and CF_DEFINES (defines,Martin Mares
2000-03-31Include "lib/string.h" instead of <string.h>. It should give us bzero()Martin Mares
2000-03-12Great cleanup of debug messages. LOCAL_DEBUG turned off in most modules,Martin Mares
2000-01-17Static protocol supports full dynamic reconfiguration.Martin Mares
2000-01-17Separated `official protocol names' used in status dumps from name templatesMartin Mares
1999-12-03Implemented `show static'. It's a relatively good example of how to writeMartin Mares
1999-05-17Kill remaining master_table relics in KRT code.Martin Mares
1999-05-06I rewrote the interface handling code, so that it supports multipleMartin Mares
1999-04-12Removed TOS support. This simplifies many things a lot.Martin Mares
1999-03-26Added everything protocols need to know about multiple routing tables,Martin Mares
1999-03-02Don't try to install static routes to disconnected neighbors.Martin Mares