bird/proto/babel
Jan Maria Matejka 13c0be19d3 Nest: Removing separate tmpa from route propagation
This is a fundamental change of an original (1999) concept of route
processing inside BIRD. During import/export, there was a temporary
ea_list created which was to be used instead of the another one inside
the route itself.

This led to some confusion, quirks, and strange filter code that handled
extended route attributes. Dropping it now.

The protocol interface has changed in an uniform way -- the
`struct ea_list *attrs` argument has been removed from store_tmp_attrs(),
import_control(), rt_notify() and get_route_info().
2018-05-30 17:08:49 +02:00
..
babel.c Nest: Removing separate tmpa from route propagation 2018-05-30 17:08:49 +02:00
babel.h Protocol: Introducing an enum protocol_class 2018-05-29 12:35:06 +02:00
config.Y Nest: Removing separate tmpa from route propagation 2018-05-30 17:08:49 +02:00
Doc Prog Doc: Complete several missing parameters 2016-05-12 15:49:44 +02:00
Makefile Minor cleanups 2016-12-13 20:18:11 +01:00
packets.c Babel: Add source-specific routing support 2018-02-13 16:40:14 +01:00