0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 20:05:21 +00:00
bird/nest
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
..
bird.h Perform gracious shutdown upon receipt of SIGTERM. Finally we can 1999-02-13 20:15:36 +00:00
config.Y From now we support multiple tables. The master_table variable is 1999-05-17 20:14:52 +00:00
iface.c Netlink support for secondary interface addresses. 1999-05-07 13:46:16 +00:00
iface.h I rewrote the interface handling code, so that it supports multiple 1999-05-06 21:38:11 +00:00
Makefile New makefiles. Includes support for out-of-source-tree builds. 1999-01-10 00:18:32 +00:00
proto.c From now we support multiple tables. The master_table variable is 1999-05-17 20:14:52 +00:00
protocol.h From now we support multiple tables. The master_table variable is 1999-05-17 20:14:52 +00:00
route.h From now we support multiple tables. The master_table variable is 1999-05-17 20:14:52 +00:00
rt-attr.c Removed TOS support. This simplifies many things a lot. 1999-04-12 18:01:07 +00:00
rt-dev.c I rewrote the interface handling code, so that it supports multiple 1999-05-06 21:38:11 +00:00
rt-dev.h Implemented new configuration/reconfiguration interface and defined protocol 1999-02-05 21:37:34 +00:00
rt-fib.c Oops, previous modification for passing NULL to fib_init() did not 1998-12-22 19:20:43 +00:00
rt-table.c From now we support multiple tables. The master_table variable is 1999-05-17 20:14:52 +00:00