bird/nest
Martin Mares b35d72ac66 Name cleanups as suggested by Pavel:
- cfg_strcpy() -> cfg_strdup()
- mempool -> linpool, mp_* -> lp_*  [to avoid confusion with memblock, mb_*]

Anyway, it might be better to stop ranting about names and do some *real* work.
1998-12-06 11:59:18 +00:00
..
bird.h Changed #include <x/y> to #include "x/y" for our local includes, so that 1998-04-28 14:39:34 +00:00
config.Y Name cleanups as suggested by Pavel: 1998-12-06 11:59:18 +00:00
iface.c Added functions for manipulating interface name pattern lists: 1998-11-29 22:01:03 +00:00
iface.h Rip now has configurable per-interface metric (please rewiev), and few 1998-12-04 11:45:51 +00:00
Makefile Skeleton of device route protocol. As it's tightly coupled with our kernel, 1998-06-03 08:42:16 +00:00
proto.c Handle disabled protocol instances. 1998-11-29 22:01:33 +00:00
protocol.h Added configuration of the device internal protocol. This is primarily 1998-11-29 22:03:58 +00:00
route.h RIP now actually talks to itself. 1998-10-20 16:12:43 +00:00
rt-attr.c Do not segfault on iface == NULL. 1998-07-28 21:42:08 +00:00
rt-dev.c Added configuration of the device internal protocol. This is primarily 1998-11-29 22:03:58 +00:00
rt-dev.h Added configuration of the device internal protocol. This is primarily 1998-11-29 22:03:58 +00:00
rt-fib.c Renamed DEBUG' symbol to DEBUGGING' to prevent collisions with token 1998-11-29 14:38:34 +00:00
rt-table.c Previous fix was wrong. 1998-10-26 15:24:32 +00:00