summaryrefslogtreecommitdiffstats
path: root/tests/bgp_mpath_test.c
Commit message (Expand)AuthorAgeFilesLines
* bgpd: tests - add null pointer protection to fix bgp test failuresLou Berger2016-02-261-1/+2
* lib, bgpd, tests: Refactor FILTER_X in zebra.hDonald Sharp2016-02-261-0/+1
* bgpd: make bgp_info_cmp and multiple-path decision logic more regularPaul Jakma2016-02-181-8/+14
* lib: zclient.c remove extern struct thread_master *Donald Sharp2015-10-271-1/+1
* tests: fix warningsDavid Lamparter2015-04-211-1/+1
* tests: BGP unit tests to set BGP_OPT_NO_LISTEN so they can runPaul Jakma2012-06-191-1/+2
* bgpd: Adds support to mark up the BGP rib table entry with multipathJosh Bailey2011-07-201-1/+83
* bgpd: Adds equal-paths check to path comparison. Paths that areJosh Bailey2011-07-201-1/+89
* bgpd: add bgp_mpath_test.cJosh Bailey2011-07-201-0/+309