bird/nest
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
..
a-path.c BGP redesign 2016-12-07 14:20:52 +01:00
a-path_test.c Tests: Fix build 2016-12-07 16:27:12 +01:00
a-set.c BGP redesign 2016-12-07 14:20:52 +01:00
a-set_test.c Birdtest: Replace BT_SUCCESS and BT_FAILURE with 1 and 0 2016-11-11 17:43:09 +01:00
attrs.h BGP redesign 2016-12-07 14:20:52 +01:00
bfd.h Build: switch on -Wextra, get rid of most of the warnings 2016-11-01 14:52:54 +01:00
bird.h Initial commit on integrated BIRD 2015-11-05 12:48:52 +01:00
cli.c unsigned [int] -> uint 2015-06-08 02:24:08 +02:00
cli.h unsigned [int] -> uint 2015-06-08 02:24:08 +02:00
cmds.c BGP redesign 2016-12-07 14:20:52 +01:00
cmds.h Implements eval command and minor CLI cleanups. 2013-07-25 13:15:32 +02:00
config.Y Merged multipath and single-path data structures. 2016-12-22 13:01:06 +01:00
Doc Documented sockets, events and timers. 2000-06-05 12:19:12 +00:00
iface.c Build: switch on -Wextra, get rid of most of the warnings 2016-11-01 14:52:54 +01:00
iface.h Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
locks.c Build: switch on -Wextra, get rid of most of the warnings 2016-11-01 14:52:54 +01:00
locks.h Temporary integrated OSPF commit. 2014-07-18 18:24:12 +02:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
mrtdump.h NEWS, version and documentation update. 2010-01-06 16:57:20 +01:00
neighbor.c Merge remote-tracking branch 'origin/master' into int-new 2016-05-12 18:03:23 +02:00
password.c RIP: Use message authentication interface 2016-11-02 17:53:22 +01:00
password.h Merge branch 'master' into int-new 2016-11-08 19:27:58 +01:00
proto-hooks.c Merge remote-tracking branch 'origin/master' into int-new 2016-05-12 18:03:23 +02:00
proto.c Merge branch 'int-new-rpki-squashed' (early part) into int-new 2016-12-07 15:30:46 +01:00
proto.sgml Channels - explicit links between protocols and tables 2016-02-01 10:28:50 +01:00
protocol.h Merge branch 'int-new-rpki-squashed' (early part) into int-new 2016-12-07 15:30:46 +01:00
route.h Merged multipath and single-path data structures. 2016-12-22 13:01:06 +01:00
rt-attr.c Merged multipath and single-path data structures. 2016-12-22 13:01:06 +01:00
rt-dev.c Merged multipath and single-path data structures. 2016-12-22 13:01:06 +01:00
rt-dev.h Merge remote-tracking branch 'origin/master' into int-new 2016-05-12 18:03:23 +02:00
rt-fib.c Basic flow specification support (RFC 5575) 2016-12-07 15:54:19 +01:00
rt-table.c Merged multipath and single-path data structures. 2016-12-22 13:01:06 +01:00