bird/sysdep/linux
Jan Moskyto Matejka 4e276a8920 Merged multipath and single-path data structures.
Dropped struct mpnh and mpnh_*()
Now struct nexthop exists, nexthop_*(), and also included struct nexthop
into struct rta.

Also converted RTD_DEVICE and RTD_ROUTER to RTD_UNICAST. If it is needed
to distinguish between these two cases, RTD_DEVICE is equivalent to
IPA_ZERO(a->nh.gw), RTD_ROUTER is then IPA_NONZERO(a->nh.gw).

From now on, we also explicitely want C99 compatible compiler. We assume
that this 20-year norm should be known almost everywhere.
2016-12-22 13:01:06 +01:00
..
krt-sys.h Build: switch on -Wextra, get rid of most of the warnings 2016-11-01 14:52:54 +01:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
netlink.c Merged multipath and single-path data structures. 2016-12-22 13:01:06 +01:00
netlink.Y KRT: Add krt_scope attribute 2016-09-19 12:29:56 +02:00
sysio.h IO: Minor changes in socket AF handing 2016-05-17 15:21:49 +02:00
syspriv.h Minor code cleanups 2016-11-08 17:46:29 +01:00