bird/nest
Martin Mares c0668f3696 Created nest/a-path.c and a-set.c which should contain general operations
on AS paths and community sets.

Moved as_path_prepend() there.

Pavel, please move the other functions as well.
2000-04-17 07:53:29 +00:00
..
a-path.c Created nest/a-path.c and a-set.c which should contain general operations 2000-04-17 07:53:29 +00:00
a-set.c Created nest/a-path.c and a-set.c which should contain general operations 2000-04-17 07:53:29 +00:00
attrs.h Created nest/a-path.c and a-set.c which should contain general operations 2000-04-17 07:53:29 +00:00
bird.h Converted shutdown to a kind of reconfiguration, it's no more handled 2000-01-16 17:40:26 +00:00
cli.c Include "lib/string.h" instead of <string.h>. It should give us bzero() 2000-03-31 23:30:21 +00:00
cli.h Split off general commands to cmds.c. 2000-01-19 12:30:19 +00:00
cmds.c Made `show status' show uptime and time of last reconfiguration. 2000-03-12 22:44:54 +00:00
cmds.h Split off general commands to cmds.c. 2000-01-19 12:30:19 +00:00
config.Y BGP now handles incoming routes (IPv4 only). 2000-04-01 09:17:33 +00:00
iface.c Fix stupid bug in neighbor cache. 2000-04-10 10:40:00 +00:00
iface.h if_connected() is again private. 2000-03-27 12:16:37 +00:00
locks.c Removal of useless includes continues... 2000-03-31 23:40:00 +00:00
locks.h Added universal locking mechanism which will solve problems 1999-12-09 18:54:20 +00:00
Makefile Created nest/a-path.c and a-set.c which should contain general operations 2000-04-17 07:53:29 +00:00
neighbor.c Fix stupid bug in neighbor cache. 2000-04-10 10:40:00 +00:00
password.c Obvious bugs in authentication fixed. 1999-10-02 10:44:48 +00:00
password.h Added password_strncpy() which pads destination with zeros. 1999-05-31 19:15:52 +00:00
proto.c Changed initialization of protocol list -- now we call proto_build() instead 2000-04-01 10:19:47 +00:00
protocol.h Changed initialization of protocol list -- now we call proto_build() instead 2000-04-01 10:19:47 +00:00
route.h Fix comments. 2000-04-10 22:08:32 +00:00
rt-attr.c Export ea_same() and ea_hash(). 2000-04-10 12:39:29 +00:00
rt-dev.c Include "lib/string.h" instead of <string.h>. It should give us bzero() 2000-03-31 23:30:21 +00:00
rt-dev.h Implemented new configuration/reconfiguration interface and defined protocol 1999-02-05 21:37:34 +00:00
rt-fib.c Include "lib/string.h" instead of <string.h>. It should give us bzero() 2000-03-31 23:30:21 +00:00
rt-table.c Changed initialization of protocol list -- now we call proto_build() instead 2000-04-01 10:19:47 +00:00