summaryrefslogtreecommitdiffstats
path: root/.travis.yml (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-30lib: fix coverity CID 1574981Christian Hopps1-11/+9
2023-12-30mgmtd: fix coverity CID 1574980Christian Hopps1-4/+3
2023-12-30lib: fix coverity CID 1574979Christian Hopps2-0/+7
2023-12-30mgmtd: fix coverity CID 1574978Christian Hopps1-8/+1
2023-12-30lib: fix coverity CID 1574977Christian Hopps1-2/+1
2023-12-28tests: add mgmt_oper topotestChristian Hopps30-0/+8118
2023-12-28tests: client testingChristian Hopps5-0/+2166
2023-12-28lib: fixes required after rebasingChristian Hopps3-22/+35
2023-12-28zebra: fix cleanup of mgmt backend stateChristian Hopps1-0/+2
2023-12-28zebra: fix oper-state walk bugChristian Hopps1-1/+2
2023-12-28zebra: support yielding between oper state routes queryChristian Hopps6-0/+84
2023-12-28zebra: add zebra to mgmtd oper-stateChristian Hopps7-2/+38
2023-12-28lib: add dedicated API functions for native msgsChristian Hopps9-88/+334
2023-12-28lib: northbound: add yielding and batching to oper-state queriesChristian Hopps10-119/+2032
2023-12-28lib: darr: add ability to set MTYPE for dynamic arraysChristian Hopps2-45/+91
2023-12-28lib: yang: add yang_get_node_keys() functionChristian Hopps2-46/+29
2023-12-28tools: add more libyang iter macros to .clang-formatChristian Hopps1-0/+2
2023-12-28lib: create and use libyang tree during oper-state walkChristian Hopps5-103/+159
2023-12-28lib: northbound: improve xpath functionalityChristian Hopps3-16/+109
2023-12-28lib: yang: add new functionsChristian Hopps2-0/+84
2023-12-28lib: darr: add new access and str functionsChristian Hopps6-14/+545
2023-12-28tests: add debugs and count in static_simple testChristian Hopps3-4/+27
2023-12-28mgmtd: step 6: remove old unfinished get-data codeChristian Hopps6-180/+10
2023-12-28mgmtd: step 5: add get-tree txn functionalityChristian Hopps7-26/+418
2023-12-28mgmtd: step 4: FE adapter get-tree functionalityChristian Hopps4-5/+320
2023-12-28mgmtd: step 3: BE adapter native message handlingChristian Hopps2-6/+67
2023-12-28lib: step 2: mgmtd: BE client code for get-tree functionalityChristian Hopps1-5/+196
2023-12-28lib: step 1: mgmtd: add FE get-tree functionalityChristian Hopps6-17/+527
2023-12-26lib: yang: add tree "printing" utility functionsChristian Hopps2-0/+65
2023-12-26lib: add simplified native msg supportChristian Hopps5-19/+277
2023-12-22doc: add graphiz dependency for dev docsIgor Ryzhov1-0/+2
2023-12-21lib: Keychain.c was using freeDonald Sharp1-1/+2
2023-12-21tools: Add some more data to support bundlesDonald Sharp1-0/+2
2023-12-21tests: Stop some warning messages on test runsDonald Sharp1-3/+3
2023-12-21tests: Auto generate support bundle when a test failsDonald Sharp3-17/+6
2023-12-21zebra: Drop ipv6_address_configured() functionDonatas Abraitis2-14/+0
2023-12-20ospfd: Fix opaque functab leak and opaque AS cleanup problemsAcee2-31/+72
2023-12-19Revert "bgpd: When receiving a label, store it"Donald Sharp1-2/+2
2023-12-18tests: Check for 0.0.0.0/1 in bgp_default_routeXiao Liang3-5/+12
2023-12-17bgpd: Validate Addpath capability flags per AFDonatas Abraitis2-2/+25
2023-12-17bgpd: Use CAPABILITY_CODE_ADDPATH_LEN instead of numeric valueDonatas Abraitis1-2/+2
2023-12-16nhrpd: Cleanup a hash on nhrp shutdownDonald Sharp1-0/+1
2023-12-16lib, bgpd, nhrpd: Cleanup memory in lib/resolver on shutdownDonald Sharp4-0/+15
2023-12-15bgpd: "default-originate" shouldn't withdraw non-default routesXiao Liang1-3/+1
2023-12-14tests: Update OSPF TE topotestsOlivier Dugeon9-48/+40
2023-12-14ospfd: Correct LSA parser which fulfill the TEDOlivier Dugeon1-21/+8
2023-12-14tests: ospf_suppress_fa sleeps, convert to run_and_expectDonald Sharp4-38/+150
2023-12-14zebra: Use event_add_event instead of _timerDonald Sharp1-2/+2
2023-12-14zebra: Prevent possible wedged fpm writeDonald Sharp1-1/+24
2023-12-14doc: Update examples of show bgp summaryDonatas Abraitis2-10/+10