bird/sysdep/unix
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 Timers: Parse and format functions for microsecond times 2017-12-07 13:49:27 +01:00
Doc Documented all the sysdeps (only briefly, I admit). 2000-06-05 12:49:04 +00:00
endian.h OpenBSD port related changes. 2009-05-11 01:32:49 +02:00
io.c Better initialization of random generator 2018-05-03 17:07:39 +02:00
krt.c Nest: Removing separate tmpa from route propagation 2018-05-30 17:08:49 +02:00
krt.h Nest: Removing separate tmpa from route propagation 2018-05-30 17:08:49 +02:00
krt.Y Nest: Removing separate tmpa from route propagation 2018-05-30 17:08:49 +02:00
log.c Timers: Fix TBF and some last remains 2017-12-07 13:53:42 +01:00
main.c Lib: Check size of nets 2017-12-10 13:18:36 +01:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
random.c Split random number functions off io.c, so that they can be documented 2000-06-05 11:46:40 +00:00
unix.h Nest: Update to new timers 2017-12-07 13:53:42 +01:00