summaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3051 from mitch-skiba/addpath_change_V1Donald Sharp2018-11-137-17/+220
|\
| * bgpd: Re-use TX Addpath IDs where possibleMitch Skiba2018-11-104-17/+17
| * lib: Implement an allocator for 32 bit ID numbersMitch Skiba2018-11-093-0/+203
* | Merge pull request #3276 from donaldsharp/zclient_updateRenato Westphal2018-11-122-2/+2
|\ \
| * | *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-122-2/+2
| |/
* / tests: Verify correct operation of lsp_build_list_nonzero_htChristian Franke2018-11-124-0/+100
|/
* lib: introduce new northbound APIRenato Westphal2018-10-275-1/+17
* build: make clean and dist consistentDavid Lamparter2018-10-241-1/+8
* lib: add libunwind support for backtracesDavid Lamparter2018-10-181-1/+30
* bgpd: Cleanup warnings issued by CI system from these changesDonald Sharp2018-10-091-2/+4
* bgpd: Convert `struct bgp_info` to `struct bgp_path_info`Donald Sharp2018-10-092-23/+23
* bgpd: Convert BGP_INFO_XXX to BGP_PATH_XXXDonald Sharp2018-10-091-4/+4
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-023-5/+5
* Merge pull request #3010 from opensourcerouting/no-frr-thread-idLou Berger2018-09-222-4/+4
|\
| * lib: remove frr_pthread->idDavid Lamparter2018-09-192-4/+4
* | bgpd: fix test (using bgp instance 0)F. Aragon2018-09-181-1/+1
* | bgpd, doc, ldpd, lib, tests, zebra: LM fixespaco2018-09-181-1/+1
|/
* bgpd lib ospf6d pbrd tests zebra: shadowing fixesF. Aragon2018-09-132-4/+3
* *: fix config.h/zebra.h include orderDavid Lamparter2018-09-082-0/+8
* build: fix & clean up *SAN flagsDavid Lamparter2018-09-081-1/+1
* *: cleanup .gitignore filesDavid Lamparter2018-09-081-18/+0
* tests: properly locate files in builddirDavid Lamparter2018-09-082-2/+9
* build: non-recursive testsDavid Lamparter2018-09-086-238/+308
* isisd: fix warnings by removing union isis_N and going to void * insteadChristian Franke2018-09-051-20/+20
* isisd: add TLV 13 Purge Originator IdentificationChristian Franke2018-09-051-0/+0
* tests/isisd: remove auth when fuzzingChristian Franke2018-09-051-0/+4
* fabricd: add field with first and second nexthop to SPF pathsChristian Franke2018-09-051-5/+9
* *: add a vrf update hook to be informed of the vrf namePhilippe Guibert2018-08-285-5/+5
* Merge pull request #2886 from donaldsharp/stream_resizeRuss White2018-08-221-1/+1
|\
| * isisd, ospfd, tests: Switch to using stream_resize_inplaceDonald Sharp2018-08-221-1/+1
* | build: wrap "fallthrough" attrDavid Lamparter2018-08-211-1/+1
|/
* *: use frr_elevate_privs() (2/2: manual)David Lamparter2018-08-141-8/+6
* tests: Cleanup assumption that ALLOC could fail.Donald Sharp2018-08-112-23/+5
* isisd: make spf code dst-src awareChristian Franke2018-08-031-10/+10
* isisd: learn and advertise IPv6 dst-src routesChristian Franke2018-08-031-0/+0
* tests: Let compiler know this was an intentionall fallthroughDonald Sharp2018-07-251-0/+1
* tests: Prevent weird type promotion objection in bgp testsDonald Sharp2018-07-251-2/+2
* tests: Fix const changeDonald Sharp2018-07-251-1/+2
* tests/isisd: fix warningsF. Aragon2018-07-241-27/+26
* tests: add test_bgp_table to gitignoreMark Stapp2018-07-131-0/+1
* tests: align with srcdest lib changes, remove bgp binaryMark Stapp2018-07-122-236/+9
* bgpd: add test for bgp_table_range_lookupMarcel Röthke2018-07-054-1/+431
* Merge pull request #2408 from ajones-rvbd/ajones-issue-2403Quentin Young2018-06-211-2/+3
|\
| * tests: use BUILT_SOURCES in tests/Makefile.am for automake 1.16.1Arthur Jones2018-06-121-2/+3
* | Merge pull request #2445 from ppmathis/feature/bgp-pg-overridesRuss White2018-06-192-216/+752
|\ \
| * | bgpd: Finalize group-overrides for peer/AF attrsPascal Mathis2018-06-141-48/+261
| * | bgpd: Implement group-overrides for peer attrsPascal Mathis2018-06-142-0/+50
| * | bgpd: Implement group-overrides for peer timersPascal Mathis2018-06-141-21/+24
| * | bgpd: Improve test suite for peer-group overridesPascal Mathis2018-06-141-178/+215
| * | bgpd: Fix AF-attribute overrides when binding peerPascal Mathis2018-06-142-20/+136