bird/filter
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
..
config.Y Merge branch 'int-new-rpki-squashed' (early part) into int-new 2016-12-07 15:30:46 +01:00
Doc Reimplementation of prefix sets. 2009-03-31 12:55:57 +02:00
f-util.c Rewrite roa_check() for integrated BIRD 2016-01-20 16:46:58 +01:00
filter.c Merged multipath and single-path data structures. 2016-12-22 13:01:06 +01:00
filter.h Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
filter_test.c Birdtest: Replace BT_SUCCESS and BT_FAILURE with 1 and 0 2016-11-11 17:43:09 +01:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
test.conf Basic flow specification support (RFC 5575) 2016-12-07 15:54:19 +01:00
test.conf.inc filter/test.conf: Replace print func with assert and format 2016-11-16 12:22:01 +01:00
test.conf2 Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
tree.c Minor code cleanups 2016-11-08 17:46:29 +01:00
tree_test.c Birdtest: Replace BT_SUCCESS and BT_FAILURE with 1 and 0 2016-11-11 17:43:09 +01:00
trie.c Merge branch 'master' into int-new 2016-11-08 19:27:58 +01:00
trie_test.c Birdtest: Replace BT_SUCCESS and BT_FAILURE with 1 and 0 2016-11-11 17:43:09 +01:00