bird/proto/bgp
Ondrej Zajicek c0adf7e9fc Better support for multitable protocols.
The nest-protocol interaction is changed to better handle multitable
protocols. Multitable protocols now declare that by 'multitable' field,
which tells nest that a protocol handles things related to proto-rtable
interaction (table locking, announce hook adding, reconfiguration of
filters) itself.

Filters and stats are moved to announce hooks, a protocol could have
different filters and stats to different tables.

The patch is based on one from Alexander V. Chernikov, thanks.
2012-03-15 12:13:04 +01:00
..
attrs.c Fixes a new bug in BGP route ordering. 2012-01-20 16:20:03 +01:00
bgp.c Better support for multitable protocols. 2012-03-15 12:13:04 +01:00
bgp.h Implements support for link-local addresses in BGP. 2012-01-08 15:31:34 +01:00
config.Y Assign default protocol preference via proto_config_new(). 2012-01-24 11:31:00 +01:00
Doc BGP documented. 2000-06-04 17:06:18 +00:00
Makefile Construction of BGP packets. 2000-03-21 15:53:50 +00:00
packets.c Fixes a new bug in BGP route ordering. 2012-01-20 16:20:03 +01:00