bird/proto
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
..
babel Merge branch 'int-new-rpki-squashed' (early part) into int-new 2016-12-07 15:30:46 +01:00
bfd Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
bgp Merged multipath and single-path data structures. 2016-12-22 13:01:06 +01:00
ospf Merged multipath and single-path data structures. 2016-12-22 13:01:06 +01:00
pipe Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
radv Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
rip Merged multipath and single-path data structures. 2016-12-22 13:01:06 +01:00
rpki RPKI: fixed some of the extended warnings 2016-12-07 15:35:35 +01:00
static Merged multipath and single-path data structures. 2016-12-22 13:01:06 +01:00
Doc RPKI protocol with one cache server per protocol 2016-12-07 09:35:24 +01:00