]> git.ipfire.org Git - thirdparty/bird.git/commit
Added everything protocols need to know about multiple routing tables,
authorMartin Mares <mj@ucw.cz>
Fri, 26 Mar 1999 21:50:43 +0000 (21:50 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 26 Mar 1999 21:50:43 +0000 (21:50 +0000)
commit7dc4827c968053e45bcb7f145e9986eeb20c993b
tree81363b40e7ed12b7a40d00752680bd694afcdf0d
parent7e5f5ffdda7232048c4baf3fdec358afb494a29d
Added everything protocols need to know about multiple routing tables,
i.e. struct proto now contains field 'table' pointing to routing table
the protocol is attached to. Use this instead of &master_table.

Modified all protocols except the kernel syncer to use this field.
nest/proto.c
nest/protocol.h
nest/rt-dev.c
proto/rip/rip.c
proto/static/static.c