bird/conf
Martin Mares 0e02abfd57 From now we support multiple tables. The master_table variable is
definitely gone. Both rte_update() and rte_discard() have an additional
argument telling which table should they modify.

Also, rte_update() no longer walks the whole protocol list -- each table
has a list of all protocols connected to this table and having the
rt_notify hook set. Each protocol can also freely decide (by calling
proto_add_announce_hook) to connect to any other table, but it will
be probably used only by the table-to-table protocol.

The default debugging dumps now include all routing tables and also
all their connections.
1999-05-17 20:14:52 +00:00
..
cf-lex.l Implemented two new symbol handling functions: 1999-05-17 20:06:19 +00:00
conf.c From now we support multiple tables. The master_table variable is 1999-05-17 20:14:52 +00:00
conf.h Implemented two new symbol handling functions: 1999-05-17 20:06:19 +00:00
confbase.Y From now we support multiple tables. The master_table variable is 1999-05-17 20:14:52 +00:00
gen_keywords.m4 This script takes configuration fragments and extracts keyword list 1998-11-27 19:33:26 +00:00
gen_parser.m4 Fixed bug in CF_ADDTO. How it's possible it has ever worked? 1998-12-06 17:39:08 +00:00
Makefile Implemented new configuration/reconfiguration interface and defined protocol 1999-02-05 21:37:34 +00:00