..
a-path.c
Added as_path_get_first().
2000-05-19 11:01:06 +00:00
a-set.c
The previous fix for spacing was (a) totally out of context, (b) wrong.
2000-04-17 11:49:41 +00:00
attrs.h
Added as_path_get_first().
2000-05-19 11:01:06 +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
Tracing of CLI connections/commands can be now controlled
2000-05-29 22:10:18 +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
Added read-only access to all required fields in rta.
2000-05-30 10:42:39 +00:00
Doc
Added skeleton Doc files for the whole developer's documentation.
2000-05-05 17:17:42 +00:00
iface.c
#ifdef out lots of debugging information.
2000-05-04 20:52:28 +00:00
iface.h
Modified the neighbor cache to remember local addresses as well.
2000-06-01 12:58:04 +00:00
locks.c
Switched off LOCAL_DEBUG.
2000-05-04 09:08:28 +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
Modified the neighbor cache to remember local addresses as well.
2000-06-01 12:58:04 +00:00
password.c
Don't segfault when someone adds passwords.
2000-05-16 15:02:27 +00:00
password.h
password_same utility function
2000-05-10 13:42:46 +00:00
proto.c
Better formatting of protocol status.
2000-05-30 21:23:49 +00:00
protocol.h
Asynchronous feeding of protocols.
2000-05-19 10:46:26 +00:00
route.h
Route attributes for OSPF.
2000-05-30 21:25:32 +00:00
rt-attr.c
Fixed freeing of non-embedded extended attributes.
2000-05-19 18:05:01 +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
Added fib_route() which does (although very slow) lookup of longest-match
2000-05-13 11:42:06 +00:00
rt-table.c
Killed bug in merging of dynamic attributes.
2000-05-30 21:24:15 +00:00