summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-10-24build: make clean and dist consistentDavid Lamparter
2018-10-18lib: add libunwind support for backtracesDavid Lamparter
2018-10-09bgpd: Cleanup warnings issued by CI system from these changesDonald Sharp
2018-10-09bgpd: Convert `struct bgp_info` to `struct bgp_path_info`Donald Sharp
2018-10-09bgpd: Convert BGP_INFO_XXX to BGP_PATH_XXXDonald Sharp
2018-10-02*: list_delete_and_null() -> list_delete()David Lamparter
2018-09-22Merge pull request #3010 from opensourcerouting/no-frr-thread-idLou Berger
2018-09-19lib: remove frr_pthread->idDavid Lamparter
2018-09-18bgpd: fix test (using bgp instance 0)F. Aragon
2018-09-18bgpd, doc, ldpd, lib, tests, zebra: LM fixespaco
2018-09-13bgpd lib ospf6d pbrd tests zebra: shadowing fixesF. Aragon
2018-09-08*: fix config.h/zebra.h include orderDavid Lamparter
2018-09-08build: fix & clean up *SAN flagsDavid Lamparter
2018-09-08*: cleanup .gitignore filesDavid Lamparter
2018-09-08tests: properly locate files in builddirDavid Lamparter
2018-09-08build: non-recursive testsDavid Lamparter
2018-09-05isisd: fix warnings by removing union isis_N and going to void * insteadChristian Franke
2018-09-05isisd: add TLV 13 Purge Originator IdentificationChristian Franke
2018-09-05tests/isisd: remove auth when fuzzingChristian Franke
2018-09-05fabricd: add field with first and second nexthop to SPF pathsChristian Franke
2018-08-28*: add a vrf update hook to be informed of the vrf namePhilippe Guibert
2018-08-22Merge pull request #2886 from donaldsharp/stream_resizeRuss White
2018-08-22isisd, ospfd, tests: Switch to using stream_resize_inplaceDonald Sharp
2018-08-21build: wrap "fallthrough" attrDavid Lamparter
2018-08-14*: use frr_elevate_privs() (2/2: manual)David Lamparter
2018-08-11tests: Cleanup assumption that ALLOC could fail.Donald Sharp
2018-08-03isisd: make spf code dst-src awareChristian Franke
2018-08-03isisd: learn and advertise IPv6 dst-src routesChristian Franke
2018-07-25tests: Let compiler know this was an intentionall fallthroughDonald Sharp
2018-07-25tests: Prevent weird type promotion objection in bgp testsDonald Sharp
2018-07-25tests: Fix const changeDonald Sharp
2018-07-24tests/isisd: fix warningsF. Aragon
2018-07-13tests: add test_bgp_table to gitignoreMark Stapp
2018-07-12tests: align with srcdest lib changes, remove bgp binaryMark Stapp
2018-07-05bgpd: add test for bgp_table_range_lookupMarcel Röthke
2018-06-21Merge pull request #2408 from ajones-rvbd/ajones-issue-2403Quentin Young
2018-06-19Merge pull request #2445 from ppmathis/feature/bgp-pg-overridesRuss White
2018-06-19Merge pull request #2465 from qlyoung/fix-build-am-cppflags-warningRuss White
2018-06-19eigrpd, lib, tests, vtysh: security (cppcheck)paco
2018-06-18babeld, lib, ospfd, tests: fmt fixes (cppcheck)paco
2018-06-15tests: fixup minor autotools nitQuentin Young
2018-06-14bgpd: Finalize group-overrides for peer/AF attrsPascal Mathis
2018-06-14bgpd: Implement group-overrides for peer attrsPascal Mathis
2018-06-14bgpd: Implement group-overrides for peer timersPascal Mathis
2018-06-14bgpd: Improve test suite for peer-group overridesPascal Mathis
2018-06-14bgpd: Fix AF-attribute overrides when binding peerPascal Mathis
2018-06-14bgpd: Implement group-overrides for peer flagsPascal Mathis
2018-06-12tests: use BUILT_SOURCES in tests/Makefile.am for automake 1.16.1Arthur Jones
2018-06-08Merge pull request #2298 from qlyoung/pipe-actions-vtyshRuss White
2018-06-06lib: add string utilitiesQuentin Young