summaryrefslogtreecommitdiffstats
path: root/qpb/subdir.am (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-14bgpd: fix memory type for static->prd_prettyPhilippe Guibert1-1/+1
2024-08-14tests: add retries to nhg tests in all_proto_startupMark Stapp1-13/+50
2024-08-14bgpd: Avoid use-after-free when doing `no router bgp` with auto created insta...Donatas Abraitis1-3/+6
2024-08-13babeld: Free up memory on shutdownDonald Sharp5-4/+10
2024-08-13pbrd: Call vrf_terminate on shutdownDonald Sharp1-0/+2
2024-08-13zebra: Do not forget to free opaque data for route entryDonatas Abraitis5-19/+15
2024-08-13doc: Add doc to show sysctl setting for SanitizersDonald Sharp2-0/+16
2024-08-13bgpd: Free up non-freed json memory on function returnDonald Sharp1-0/+2
2024-08-12doc: Fix up pim user docs.Nathan Bahr1-11/+11
2024-08-12tests: Fix bgp_duplicate_nexthop python warningDonald Sharp1-1/+1
2024-08-12pathd: Cleanup shutdown memory leaksDonald Sharp1-0/+15
2024-08-12lib: Fix memory leak in snmp on shutdownDonald Sharp1-1/+8
2024-08-11bgpd, doc: add bgp snmp traps rfc4382 commandPhilippe Guibert4-0/+34
2024-08-11doc: Document on how to run specific daemons with unified config in topotestsDonatas Abraitis1-0/+9
2024-08-11tests: Convert self.unified_config to booleanDonatas Abraitis1-2/+2
2024-08-11mgmtd: Add to .gitignore for mgmtd_testc programDonald Sharp1-0/+1
2024-08-11zebra: Ensure non-equal id's are not same nhg'sDonald Sharp1-3/+12
2024-08-10lib: Fix LYD_NEW_PATH_OUTPUT issue to support libyang v3.xLu.Mao1-1/+6
2024-08-10lib: fix distribute-list deletionIgor Ryzhov1-0/+33
2024-08-09bgpd: Shrink rmap_change_flags to 2-bytesDonatas Abraitis1-1/+1
2024-08-09bgpd: Reduce encap_tunneltype to 1 byteDonatas Abraitis1-1/+1
2024-08-09isisd: fix memory handling in isis_adj_process_threeway()Mark Stapp3-13/+13
2024-08-08lib: Don't print warning if not a daemonDonald Sharp3-3/+12
2024-08-08isisd, lib: Cleanup linked list associated with snmpDonald Sharp3-0/+14
2024-08-08lib: Cleanup memory associated with modules on shutdownDonald Sharp3-0/+15
2024-08-08isisd: Free up isis master list of instancesDonald Sharp3-0/+7
2024-08-08isisd: Cleanup leaked hash on shut in circuitDonald Sharp3-6/+6
2024-08-08isisd: Free up memory associated with rm/vrf'sDonald Sharp2-1/+5
2024-08-08sharpd: Eliminate leaked list for locator-chunksDonald Sharp1-0/+9
2024-08-08lib: add seg6localContext json attribute in nexthop informationPhilippe Guibert3-0/+49
2024-08-08tools: Fix python string escape warnings for frr-reload.pyDonatas Abraitis1-25/+25
2024-08-08ripd: fix show run output for distribute-listIgor Ryzhov2-4/+16
2024-08-08lib: fix crash on distribute-list deleteIgor Ryzhov1-0/+2
2024-08-07mgmtd: don't add implicit state data when reading config from fileIgor Ryzhov1-1/+2
2024-08-07bgpd: Remove BGP_UPDATE_DELAY_MIN/MAXDonatas Abraitis3-10/+8
2024-08-07tests: wait for test client to connect before running testChristian Hopps1-0/+13
2024-08-07bgpd: Clear previously allocated capabilities values before parsing a new OPENDonatas Abraitis1-0/+17
2024-07-31tests: need aggressive timers in bgp_prefix_list_anyDonald Sharp2-0/+8
2024-07-31tests: need aggressive timers in bgp_route_map_match_ipv6_nexthopDonald Sharp2-0/+4
2024-07-31tests: Shorten reconnect timer when something goes wrongDonald Sharp2-0/+2
2024-07-31tests: Increase route_scale timeoutsDonald Sharp1-1/+1
2024-07-31pimd: fix possible NULL dereferenceRafael Zalamena1-4/+5
2024-07-31vtysh, lib: preprocess CLI graphsDavid Lamparter7-24/+202
2024-07-31vtysh: de-conditionalize and reorder install_nodeDavid Lamparter3-109/+78
2024-07-31lib/clippy: add `CMD_ELEMENT_TKN`David Lamparter3-6/+21
2024-07-31lib/clippy: improve graph node member accessDavid Lamparter1-21/+70
2024-07-31lib/clippy: expose JOIN_TKN's fork nodeDavid Lamparter1-1/+19
2024-07-31lib/clippy: expose graph nodes' back pointersDavid Lamparter1-3/+23
2024-07-31lib/clippy: allow accessing graph nodes by indexDavid Lamparter1-1/+35
2024-07-31lib/clippy: add a __repr__ for graph nodesDavid Lamparter1-0/+9