bird/proto/ospf
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
..
config.Y Nest: Removing separate tmpa from route propagation 2018-05-30 17:08:49 +02:00
dbdes.c OSPF: Support of authentication trailer for OSPFv3 2018-04-25 15:54:53 +02:00
Doc Doc. 2000-06-07 23:23:37 +00:00
hello.c OSPF: Support of authentication trailer for OSPFv3 2018-04-25 15:54:53 +02:00
iface.c OSPF: Support of authentication trailer for OSPFv3 2018-04-25 15:54:53 +02:00
lsack.c Fininshing integrated OSPF. 2014-11-03 10:42:55 +01:00
lsalib.c OSPF: Support of address families in OSPFv3 2017-10-10 16:10:02 +02:00
lsalib.h OSPF: Update to new timers 2017-12-07 13:53:42 +01:00
lsreq.c Fininshing integrated OSPF. 2014-11-03 10:42:55 +01:00
lsupd.c Timers: Revert temporary names and remove old timer.h 2017-12-07 13:54:59 +01:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
neighbor.c OSPF: Support of authentication trailer for OSPFv3 2018-04-25 15:54:53 +02:00
ospf.c Nest: Removing separate tmpa from route propagation 2018-05-30 17:08:49 +02:00
ospf.h Protocol: Introducing an enum protocol_class 2018-05-29 12:35:06 +02:00
packet.c OSPF: Support of authentication trailer for OSPFv3 2018-04-25 15:54:53 +02:00
rt.c Timers: Revert temporary names and remove old timer.h 2017-12-07 13:54:59 +01:00
rt.h Merge branch 'int-new' into nexthop-merged 2017-02-22 11:58:04 +01:00
topology.c Nest: Removing separate tmpa from route propagation 2018-05-30 17:08:49 +02:00
topology.h Nest: Removing separate tmpa from route propagation 2018-05-30 17:08:49 +02:00