summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ldpd: changes for code maintainabilitysri-mohan12023-02-201-53/+97
* ldpd: changes for code maintainabilitysri-mohan12023-02-191-10/+15
* Merge pull request #12741 from thesamesam/missing-timeDonatas Abraitis2023-02-071-0/+1
|\
| * pceplib: add <time.h> include for time_tSam James2023-02-061-0/+1
* | Merge pull request #12740 from vfreex/babel-fix-filteringDonatas Abraitis2023-02-061-2/+5
|\ \ | |/ |/|
| * babeld: Fix filtering against all interfacesYuxiang Zhu2023-02-061-2/+5
|/
* Merge pull request #12668 from anlancs/fix/zebra-evpn-missing-advertiseDonatas Abraitis2023-02-041-8/+12
|\
| * zebra: fix wrong conversion for evpn advertisinganlan_cs2023-01-201-4/+8
| * zebra: remove redundant spaces for debug loganlan_cs2023-01-201-4/+4
* | Merge pull request #12732 from donaldsharp/fix_bgp_open_issuesMark Stapp2023-02-031-6/+7
|\ \
| * | bgpd: Don't try to recursively hold peer io mutexDonald Sharp2023-02-021-6/+7
|/ /
* | Merge pull request #12731 from donaldsharp/remove_pretty_printRuss White2023-02-024-10/+35
|\ \
| * | bgpd: Convert evpn output to not pretty print jsonDonald Sharp2023-02-021-8/+7
| * | lib, bgpd: Add ability to specify that some json output should not be prettyDonald Sharp2023-02-023-2/+28
* | | Merge pull request #12729 from opensourcerouting/fix/treat-as-withdraw_nlri_u...Donald Sharp2023-02-021-1/+2
|\ \ \ | |/ / |/| |
| * | bgpd: Set attr to NULL when passing NLRI_UPDATE with treat-as-withdrawDonatas Abraitis2023-02-011-1/+2
|/ /
* | Merge pull request #12672 from donaldsharp/remove_insecureDonatas Abraitis2023-02-012-1/+5
|\ \
| * | vtysh: Schedule shell access for deprecationDonald Sharp2023-02-012-1/+5
* | | Merge pull request #12713 from opensourcerouting/fix/json_naming_deprecationDonald Sharp2023-02-0136-472/+330
|\ \ \
| * | | tests: Use JSON camelCase naming for testsDonatas Abraitis2023-01-3127-326/+326
| * | | *: Drop deprecated incorrect JSON fields with wrong namingDonatas Abraitis2023-01-319-146/+4
* | | | Merge pull request #12721 from opensourcerouting/format-warnings-reduxChristian Hopps2023-02-016-71/+54
|\ \ \ \ | |_|/ / |/| | |
| * | | tests: add missing printf attributeDavid Lamparter2023-02-011-0/+1
| * | | tests: yank asprintfrr duplicateDavid Lamparter2023-02-011-65/+43
| * | | lib: fix one more b0rked format stringDavid Lamparter2023-02-011-1/+1
| * | | bgpd/rfapi: add missing printf attributeDavid Lamparter2023-02-011-1/+2
| * | | lib: apply more `printf` attributesDavid Lamparter2023-02-012-4/+7
|/ / /
* | | Merge pull request #12667 from donaldsharp/zebra_rib_fixupDonatas Abraitis2023-01-311-1/+10
|\ \ \
| * | | tests: zebra_rib remove a sleepDonald Sharp2023-01-311-1/+10
* | | | Merge pull request #12704 from donaldsharp/pim6_route_mapDonatas Abraitis2023-01-311-1/+1
|\ \ \ \
| * | | | pimd: v6 intentionally turned off route-maps. Turn it on.Donald Sharp2023-01-301-1/+1
* | | | | Merge pull request #12686 from opensourcerouting/debian-sync-20230124Donald Sharp2023-01-3110-70/+110
|\ \ \ \ \
| * | | | | debian: merge changelogsDavid Lamparter2023-01-241-3/+46
| * | | | | debian: point watch file at git tarballDavid Lamparter2023-01-241-2/+2
| * | | | | debian: frickel a working debian/watch fileDavid Lamparter2023-01-241-2/+7
| * | | | | debian: fiddle with lintian spellcheck overridesDavid Lamparter2023-01-241-6/+2
| * | | | | debian: fix python3 shebang in new filesDavid Lamparter2023-01-241-0/+2
| * | | | | debian: remove bogus "iproute" dependencyDavid Lamparter2023-01-241-1/+1
| * | | | | debian: remove unused debian/watchfrr.rc fileOndřej Surý2023-01-241-4/+0
| * | | | | debian: fix texinfo figure installation directoryDavid Lamparter2023-01-242-18/+18
| * | | | | debian: fix sphinx docsDavid Lamparter2023-01-242-10/+3
| * | | | | debian: fix cross-build marks (libelf/libpython3)David Lamparter2023-01-241-2/+2
| * | | | | debian: make cross-compile workDavid Lamparter2023-01-244-25/+30
* | | | | | Merge pull request #12717 from opensourcerouting/topotest_stop_topo_fixDonald Sharp2023-01-314-4/+4
|\ \ \ \ \ \
| * | | | | | tests: Fix wrong tgen.stop_topology() calls which got skippedMartin Winter2023-01-314-4/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #12687 from opensourcerouting/build-mkdir-pMark Stapp2023-01-315-4/+8
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | yang: fix race condition in embedmodel.py mkdirDavid Lamparter2023-01-241-1/+3
| * | | | | build: consistently mkdir -p output for redirectDavid Lamparter2023-01-244-3/+5
* | | | | | Merge pull request #12708 from donaldsharp/no_notificationMark Stapp2023-01-311-3/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | zebra: Send nht resolved entry up to concerned protocols in all casesDonald Sharp2023-01-311-3/+6
| | |_|/ / | |/| | |