summaryrefslogtreecommitdiffstats
path: root/nest/rt-dev.c
AgeCommit message (Expand)Author
2011-11-07Implements protocol templates.Ondrej Zajicek
2010-03-14Temporary OSPF commit - sockets.Ondrej Zajicek
2010-02-26Many changes in (mainly) kernel syncers.Ondrej Zajicek
2009-06-01The pipe cleanup.Ondrej Zajicek
2009-05-06A change in OSPF and RIP interface patterns.Ondrej Zajicek
2000-06-07Spelling fixes to progdoc.Martin Mares
2000-06-04Document.Martin Mares
2000-04-01Include "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-03-01Rewrote interface type detection logic. The `unnumbered' flag is now perMartin Mares
2000-01-18Killed protocol->priority. Protocol startup should be clean and hack-free now.Martin Mares
2000-01-17Separated `official protocol names' used in status dumps from name templatesMartin Mares
2000-01-17Device protocol supports reconfiguration.Martin Mares
2000-01-16Don't forget to set proto->min_scope = SCOPE_HOST.Martin Mares
1999-11-04Renamed attr->attrs to attr->eattrs.Martin Mares
1999-08-03Cleaned up handling of interface patterns:Martin 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-26Moved to a much more systematic way of configuring kernel protocols.Martin Mares
1999-03-03Introduced protocol priority (all 'normal' protocols should use theMartin Mares
1999-02-13Parameter order for the proto->if_notify hook was different in the includeMartin Mares
1999-02-05Implemented new configuration/reconfiguration interface and defined protocolMartin Mares
1998-11-29Added configuration of the device internal protocol. This is primarilyMartin Mares
1998-10-20Added pointer to network to RTE. The complications with passing NET separatelyMartin Mares
1998-10-19Fixed generation of device routes for unnumbered point-to-point links.Martin Mares
1998-10-18Removed global pointer to proto_dev.Martin Mares
1998-06-04We have full interface routes now.Martin Mares
1998-06-03Skeleton of device route protocol. As it's tightly coupled with our kernel,Martin Mares