summaryrefslogtreecommitdiffstats
path: root/python (unfollow)
Commit message (Expand)AuthorFilesLines
9 dayslib: fix coverity use after free issue: CID 1620101Christian Hopps1-0/+1
9 daysbgpd: Fix for local interface MAC cache issue in 'bgp mac hash' tableKrishnasamy R1-2/+5
10 daystopotests: bgp_ipv6_rtadv, add control over bgp updatesPhilippe Guibert3-0/+109
10 daysbgpd: fix display json value of interface for BGP unnumberedPhilippe Guibert1-0/+3
11 daystools: fix regression in gen_northbound_callback toolChristian Hopps1-12/+8
12 dayslib: fix dnode_create to use correct libyang function.Christian Hopps1-7/+18
12 daystests: Fix test_bgp_dynamic_capability_enhe topotestDonatas Abraitis1-27/+1
12 daysdoc: add misplaced doc change for mgmtd developmentChristian Hopps1-4/+9
12 daysyang: lint cleanup of test moduleChristian Hopps1-3/+22
12 daystests: split notify test to regular and datastore notify testsChristian Hopps2-99/+240
12 daysmgmtd: testc: add listen for datastore notificationsChristian Hopps2-11/+100
12 dayslib: improve error handling for datastore notificationsChristian Hopps1-61/+87
12 dayslib: mgmtd: only send notify selectors to backends that provide.Christian Hopps1-18/+28
12 dayslib: mgmt_be_client handles datastore notification using CBsChristian Hopps3-11/+39
12 dayslib: yang: add yang_parse_data functionChristian Hopps2-0/+73
12 daysdoc: Add support for SRv6 static sid CLIYuqing Zhao1-0/+49
12 daystests: Add topotest for SRv6 static SIDsYuqing Zhao5-0/+219
12 daysvtysh: Add SRv6 static SIDs CLI to vtyshYuqing Zhao1-5/+33
12 daysstaticd: Add CLIs to show SRv6 static SIDsYuqing Zhao1-2/+96
12 daysstaticd: Add CLI for SRv6 static SIDsYuqing Zhao2-0/+221
12 dayslib: Add CLI node for SRv6 static SIDsYuqing Zhao1-0/+1
12 daysstaticd: Add Northbound APIs for SRv6Yuqing Zhao3-0/+281
12 daysstaticd: Initialize/cleanup SRv6Yuqing Zhao1-0/+8
12 daysstaticd: Install SIDs when a dependent interface goes up/downYuqing Zhao3-0/+53
12 daysstaticd: Request/Release SIDs to SID ManagerYuqing Zhao2-0/+663
12 dayslib, isisd: Move DEFAULT_SRV6_IFNAME to global srv6.h headerYuqing Zhao3-3/+4
12 daysstaticd: Add infrastructure for SRv6Yuqing Zhao3-0/+235
12 dayslib: Add a function to print SRv6 Endpoint Behavior CodepointsYuqing Zhao1-0/+36
12 daysstaticd: Add debug option for SRv6Yuqing Zhao3-8/+12
12 daysyang: Add SRv6 to frr-staticd YANG modelYuqing Zhao1-1/+101
13 daystests: ci: add ARM to docker based CI testChristian Hopps1-39/+187
2025-01-16tools: Allow deleting of interfacesJulian Klaiber1-6/+7
2025-01-16tests: dont run ldp snmp test if no snmpChristian Hopps1-0/+5
2025-01-16tests: fix missed grpc test requirement for frr-backend additionChristian Hopps1-7/+2
2025-01-15tests: use global -w option instead of per-daemon -nIgor Ryzhov6-16/+20
2025-01-15lib: introduce global -w option for VRF netns backendIgor Ryzhov6-5/+37
2025-01-15lib, zebra: move ns context intialization to zebraIgor Ryzhov2-9/+8
2025-01-15lib: remove VRF_BACKEND_UNKNOWNIgor Ryzhov4-11/+1
2025-01-14zebra: On Nexthop install failure don't set Installation failedDonald Sharp1-1/+7
2025-01-14bgpd: Handle ENHE capability via dynamic capabilityDonatas Abraitis4-6/+131
2025-01-14tests: Check if ENHE capability can be handled dynamicallyDonatas Abraitis3-0/+236
2025-01-14zebra: Nexthops need to be ACTIVE in some casesDonald Sharp1-0/+7
2025-01-14lib: northbound/mgmtd: add backend model supportChristian Hopps13-14/+416
2025-01-14bgpd: move bgp_aggregate_increment() after bgp_path_info_add()Enke Chen3-9/+9
2025-01-14bgpd: remove unused BATTR_REFLECTED for rmap_change_flagsEnke Chen4-8/+0
2025-01-14topotest: add a test to control the community-list countPhilippe Guibert4-0/+82
2025-01-14bgpd: add 'match community-count' command to restrict comm countPhilippe Guibert8-0/+160
2025-01-14pimd: always write cand-rp group config even when rp is inactiveJafar Al-Gharaibeh1-7/+5
2025-01-14lib: fix new (incorrect) CLANG SA warningsChristian Hopps3-10/+12
2025-01-14tests: add datastore notification testChristian Hopps4-27/+207