aboutsummaryrefslogtreecommitdiffstats
path: root/nest/rt-dev.c
Commit message (Expand)AuthorAgeFilesLines
* Include "lib/string.h" instead of <string.h>. It should give us bzero()Martin Mares2000-03-311-2/+1
* Great cleanup of debug messages. LOCAL_DEBUG turned off in most modules,Martin Mares2000-03-121-3/+3
* Rewrote interface type detection logic. The `unnumbered' flag is now perMartin Mares2000-02-291-4/+1
* Killed protocol->priority. Protocol startup should be clean and hack-free now.Martin Mares2000-01-181-1/+0
* Separated `official protocol names' used in status dumps from name templatesMartin Mares2000-01-171-0/+1
* Device protocol supports reconfiguration.Martin Mares2000-01-171-0/+10
* Don't forget to set proto->min_scope = SCOPE_HOST.Martin Mares2000-01-161-1/+2
* Renamed attr->attrs to attr->eattrs.Martin Mares1999-11-041-1/+1
* Cleaned up handling of interface patterns:Martin Mares1999-08-031-1/+3
* Kill remaining master_table relics in KRT code.Martin Mares1999-05-171-2/+2
* I rewrote the interface handling code, so that it supports multipleMartin Mares1999-05-061-12/+11
* Removed TOS support. This simplifies many things a lot.Martin Mares1999-04-121-3/+3
* Added everything protocols need to know about multiple routing tables,Martin Mares1999-03-261-3/+3
* Moved to a much more systematic way of configuring kernel protocols.Martin Mares1999-03-261-18/+2
* Introduced protocol priority (all 'normal' protocols should use theMartin Mares1999-03-031-0/+1
* Parameter order for the proto->if_notify hook was different in the includeMartin Mares1999-02-131-1/+1
* Implemented new configuration/reconfiguration interface and defined protocolMartin Mares1999-02-051-29/+17
* Added configuration of the device internal protocol. This is primarilyMartin Mares1998-11-291-1/+16
* Added pointer to network to RTE. The complications with passing NET separatelyMartin Mares1998-10-201-0/+1
* Fixed generation of device routes for unnumbered point-to-point links.Martin Mares1998-10-191-1/+4
* Removed global pointer to proto_dev.Martin Mares1998-10-181-6/+3
* We have full interface routes now.Martin Mares1998-06-041-1/+36
* Skeleton of device route protocol. As it's tightly coupled with our kernel,Martin Mares1998-06-031-0/+58