summaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | bgpd: Implement group-overrides for peer flagsPascal Mathis2018-06-142-94/+211
| |/
* | Merge pull request #2465 from qlyoung/fix-build-am-cppflags-warningRuss White2018-06-191-1/+1
|\ \
| * | tests: fixup minor autotools nitQuentin Young2018-06-151-1/+1
| |/
* | eigrpd, lib, tests, vtysh: security (cppcheck)paco2018-06-191-3/+1
* | babeld, lib, ospfd, tests: fmt fixes (cppcheck)paco2018-06-183-4/+4
|/
* Merge pull request #2298 from qlyoung/pipe-actions-vtyshRuss White2018-06-081-2/+2
|\
| * lib: add string utilitiesQuentin Young2018-06-061-2/+2
* | tests/isisd: bypass test_fuzz_isis_tlv when inet_ntop is brokenArthur Jones2018-06-061-2/+13
|/
* Merge pull request #2304 from ppmathis/enhancement/bgp-pg-overridesQuentin Young2018-06-054-0/+1178
|\
| * tests: Improve test suite for peer attributesPascal Mathis2018-05-282-302/+239
| * bgpd: Fix style issues for peer-group overridesPascal Mathis2018-05-281-6/+4
| * tests: Add tests for overriding BGP peer attrsPascal Mathis2018-05-284-0/+1243
* | bgpd: Cleanup assumptions in bgp_evpn.cDonald Sharp2018-06-051-0/+2
* | tests: add pytest cache to gitignoreChristian Franke2018-05-281-0/+1
|/
* tests: add missing file to Makefile.amQuentin Young2018-05-181-0/+1
* tests: Add a prefix-sid testDonald Sharp2018-05-031-3/+35
* tests: Fix crash in test_mp_attrDonald Sharp2018-04-251-0/+4
* lib: add DFS + DOT dumping to graph datastructureQuentin Young2018-04-195-0/+151
* ospf6d: handle realloc() failure in lsa testQuentin Young2018-04-171-1/+7
* bgpd: nexthop tracking with labels for vrf-vpn leakingG. Paul Ziemba2018-04-041-3/+4
* tests: add flowspec test with BGP MP_REACH/UNREACHPhilippe Guibert2018-03-301-1/+40
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-276-57/+57
* Merge pull request #1830 from opensourcerouting/isis-three-way-adjDonald Sharp2018-03-141-0/+0
|\
| * isisd: add support for TLV 240 P2P Three-Way AdjacencyChristian Franke2018-03-101-0/+0
* | tests: add unit test for zlogQuentin Young2018-03-123-1/+70
|/
* lib: Isolate nexthop_group functions to nexthop_group.cDonald Sharp2018-03-091-5/+5
* tests: update gitignoreChristian Franke2018-03-051-0/+4
* tests: fix python test description for test_ringbufChristian Franke2018-03-051-1/+3
* tests: fix warnings related to afi/safi constantsRenato Westphal2018-02-021-15/+14
* tests: fix warnings by removing dead codeRenato Westphal2018-02-021-91/+0
* tests: make tests happy for pthread changesQuentin Young2018-01-242-2/+10
* lib: fix a few bugs in ring buffersQuentin Young2018-01-031-2/+2
* Merge pull request #1569 from qlyoung/ringbufRuss White2018-01-023-0/+198
|\
| * lib: add ringbuf_peek()Quentin Young2017-12-271-5/+20
| * lib: add ring bufferQuentin Young2017-12-193-0/+183
* | Merge pull request #1515 from donaldsharp/selected_to_front1Renato Westphal2017-12-194-8/+0
|\ \ | |/ |/|
| * *: Remove cvs control pointsDonald Sharp2017-12-054-8/+0
* | Merge pull request #1478 from bingen/zeromq4Donald Sharp2017-12-132-35/+165
|\ \ | |/ |/|
| * lib: Address ZMQ lib TODOsßingen2017-11-232-35/+165
* | tests: neuter fuzzing frontend for nowQuentin Young2017-11-301-2/+2
* | tests: add name to test_mp_attr threadmasterQuentin Young2017-11-301-1/+1
* | bgpd, tests: comment formattingQuentin Young2017-11-301-5/+5
* | tests: update tests for bgp_packet changesQuentin Young2017-11-303-21/+36
* | bgpd: dynamically allocate synchronization primitivesQuentin Young2017-11-302-0/+3
* | *: Make zapi route install Notifications optionalDonald Sharp2017-11-272-2/+2
* | tests: Add code to allow us to test packet handling in bgp easierDonald Sharp2017-11-062-0/+88
|/
* isisd: Allow struct zebra_privs_t to be availableDonald Sharp2017-10-242-0/+4
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-1/+1
* isisd: fix vertex queue comparatorChristian Franke2017-10-021-1/+1
* tests: verify isis_vertex_queue correctnessChristian Franke2017-09-224-1/+121