| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: add libunwind support for backtraces | David Lamparter | 2018-10-18 | 1 | -1/+30 |
* | bgpd: Cleanup warnings issued by CI system from these changes | Donald Sharp | 2018-10-09 | 1 | -2/+4 |
* | bgpd: Convert `struct bgp_info` to `struct bgp_path_info` | Donald Sharp | 2018-10-09 | 2 | -23/+23 |
* | bgpd: Convert BGP_INFO_XXX to BGP_PATH_XXX | Donald Sharp | 2018-10-09 | 1 | -4/+4 |
* | *: list_delete_and_null() -> list_delete() | David Lamparter | 2018-10-02 | 3 | -5/+5 |
* | Merge pull request #3010 from opensourcerouting/no-frr-thread-id | Lou Berger | 2018-09-22 | 2 | -4/+4 |
|\ |
|
| * | lib: remove frr_pthread->id | David Lamparter | 2018-09-19 | 2 | -4/+4 |
* | | bgpd: fix test (using bgp instance 0) | F. Aragon | 2018-09-18 | 1 | -1/+1 |
* | | bgpd, doc, ldpd, lib, tests, zebra: LM fixes | paco | 2018-09-18 | 1 | -1/+1 |
|/ |
|
* | bgpd lib ospf6d pbrd tests zebra: shadowing fixes | F. Aragon | 2018-09-13 | 2 | -4/+3 |
* | *: fix config.h/zebra.h include order | David Lamparter | 2018-09-08 | 2 | -0/+8 |
* | build: fix & clean up *SAN flags | David Lamparter | 2018-09-08 | 1 | -1/+1 |
* | *: cleanup .gitignore files | David Lamparter | 2018-09-08 | 1 | -18/+0 |
* | tests: properly locate files in builddir | David Lamparter | 2018-09-08 | 2 | -2/+9 |
* | build: non-recursive tests | David Lamparter | 2018-09-08 | 6 | -238/+308 |
* | isisd: fix warnings by removing union isis_N and going to void * instead | Christian Franke | 2018-09-05 | 1 | -20/+20 |
* | isisd: add TLV 13 Purge Originator Identification | Christian Franke | 2018-09-05 | 1 | -0/+0 |
* | tests/isisd: remove auth when fuzzing | Christian Franke | 2018-09-05 | 1 | -0/+4 |
* | fabricd: add field with first and second nexthop to SPF paths | Christian Franke | 2018-09-05 | 1 | -5/+9 |
* | *: add a vrf update hook to be informed of the vrf name | Philippe Guibert | 2018-08-28 | 5 | -5/+5 |
* | Merge pull request #2886 from donaldsharp/stream_resize | Russ White | 2018-08-22 | 1 | -1/+1 |
|\ |
|
| * | isisd, ospfd, tests: Switch to using stream_resize_inplace | Donald Sharp | 2018-08-22 | 1 | -1/+1 |
* | | build: wrap "fallthrough" attr | David Lamparter | 2018-08-21 | 1 | -1/+1 |
|/ |
|
* | *: use frr_elevate_privs() (2/2: manual) | David Lamparter | 2018-08-14 | 1 | -8/+6 |
* | tests: Cleanup assumption that ALLOC could fail. | Donald Sharp | 2018-08-11 | 2 | -23/+5 |
* | isisd: make spf code dst-src aware | Christian Franke | 2018-08-03 | 1 | -10/+10 |
* | isisd: learn and advertise IPv6 dst-src routes | Christian Franke | 2018-08-03 | 1 | -0/+0 |
* | tests: Let compiler know this was an intentionall fallthrough | Donald Sharp | 2018-07-25 | 1 | -0/+1 |
* | tests: Prevent weird type promotion objection in bgp tests | Donald Sharp | 2018-07-25 | 1 | -2/+2 |
* | tests: Fix const change | Donald Sharp | 2018-07-25 | 1 | -1/+2 |
* | tests/isisd: fix warnings | F. Aragon | 2018-07-24 | 1 | -27/+26 |
* | tests: add test_bgp_table to gitignore | Mark Stapp | 2018-07-13 | 1 | -0/+1 |
* | tests: align with srcdest lib changes, remove bgp binary | Mark Stapp | 2018-07-12 | 2 | -236/+9 |
* | bgpd: add test for bgp_table_range_lookup | Marcel Röthke | 2018-07-05 | 4 | -1/+431 |
* | Merge pull request #2408 from ajones-rvbd/ajones-issue-2403 | Quentin Young | 2018-06-21 | 1 | -2/+3 |
|\ |
|
| * | tests: use BUILT_SOURCES in tests/Makefile.am for automake 1.16.1 | Arthur Jones | 2018-06-12 | 1 | -2/+3 |
* | | Merge pull request #2445 from ppmathis/feature/bgp-pg-overrides | Russ White | 2018-06-19 | 2 | -216/+752 |
|\ \ |
|
| * | | bgpd: Finalize group-overrides for peer/AF attrs | Pascal Mathis | 2018-06-14 | 1 | -48/+261 |
| * | | bgpd: Implement group-overrides for peer attrs | Pascal Mathis | 2018-06-14 | 2 | -0/+50 |
| * | | bgpd: Implement group-overrides for peer timers | Pascal Mathis | 2018-06-14 | 1 | -21/+24 |
| * | | bgpd: Improve test suite for peer-group overrides | Pascal Mathis | 2018-06-14 | 1 | -178/+215 |
| * | | bgpd: Fix AF-attribute overrides when binding peer | Pascal Mathis | 2018-06-14 | 2 | -20/+136 |
| * | | bgpd: Implement group-overrides for peer flags | Pascal Mathis | 2018-06-14 | 2 | -94/+211 |
| |/ |
|
* | | Merge pull request #2465 from qlyoung/fix-build-am-cppflags-warning | Russ White | 2018-06-19 | 1 | -1/+1 |
|\ \ |
|
| * | | tests: fixup minor autotools nit | Quentin Young | 2018-06-15 | 1 | -1/+1 |
| |/ |
|
* | | eigrpd, lib, tests, vtysh: security (cppcheck) | paco | 2018-06-19 | 1 | -3/+1 |
* | | babeld, lib, ospfd, tests: fmt fixes (cppcheck) | paco | 2018-06-18 | 3 | -4/+4 |
|/ |
|
* | Merge pull request #2298 from qlyoung/pipe-actions-vtysh | Russ White | 2018-06-08 | 1 | -2/+2 |
|\ |
|
| * | lib: add string utilities | Quentin Young | 2018-06-06 | 1 | -2/+2 |
* | | tests/isisd: bypass test_fuzz_isis_tlv when inet_ntop is broken | Arthur Jones | 2018-06-06 | 1 | -2/+13 |
|/ |
|