Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-05-17 | From now we support multiple tables. The master_table variable is | Martin Mares | |
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-04-05 | Use a more reasonable pool chunk size: 4080 bytes seem to be a good | Martin Mares | |
approximation of a integral fraction of page size even if both malloc overhead and chunk header space is counted. | |||
1999-03-02 | I just don't like files enclosed in <>. | Pavel Machek | |
1999-02-13 | config->router_id works again. | Martin Mares | |
1999-02-05 | Implemented new configuration/reconfiguration interface and defined protocol | Martin Mares | |
state machines. Full explanation will follow soon. |