0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 20:05:21 +00:00
The BIRD project aims to develop a fully functional dynamic IP routing daemon. https://bird.network.cz
Go to file
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
conf From now we support multiple tables. The master_table variable is 1999-05-17 20:14:52 +00:00
doc From now we support multiple tables. The master_table variable is 1999-05-17 20:14:52 +00:00
filter Implemented two new symbol handling functions: 1999-05-17 20:06:19 +00:00
lib Added ip_skip_header() and modified OSPF to use it. 1999-05-14 18:03:09 +00:00
misc Variance estimation fixed. 1998-12-19 21:53:28 +00:00
nest From now we support multiple tables. The master_table variable is 1999-05-17 20:14:52 +00:00
proto Added ip_skip_header() and modified OSPF to use it. 1999-05-14 18:03:09 +00:00
sysdep Netlink support for secondary interface addresses. 1999-05-07 13:46:16 +00:00
tools Use $(CC) instead of gcc even when generating dependencies. 1999-04-12 17:21:11 +00:00
.cvsignore Added bird.conf to .cvsignore and created an example configuration file. 1999-01-15 17:18:41 +00:00
aclocal.m4 Cosmetic message fix. 1999-04-12 17:27:21 +00:00
bird.conf Updated filters: they now actually see IP/pxlen of net being filtered, 1999-04-19 18:41:56 +00:00
configure.in Oops, a typo in previous struct ip_mreqn changes... 1999-04-12 17:20:50 +00:00
Makefile Filters upgraded - a bit. Moved code to filter.c because it is where 1999-04-07 12:11:08 +00:00
TODO Added ip_skip_header() and modified OSPF to use it. 1999-05-14 18:03:09 +00:00