summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Fix bgp peer solo optionAlexander Skorichenko7 days4-2/+160
* Merge pull request #17904 from louis-6wind/fix-bfd-pg-update-groupDonatas Abraitis7 days3-1/+39
|\
| * bgpd: fix bfd with update-source in peer-groupLouis Scalbert8 days1-0/+4
| * tests: check bfd with update-source in peer-groupLouis Scalbert8 days2-1/+35
|/
* Merge pull request #17899 from chiragshah6/evpn_dev1Donatas Abraitis8 days3-1/+15
|\
| * bgpd: fix evpn path info get apiChirag Shah9 days3-1/+15
* | Merge pull request #17889 from louis-6wind/fix-rpki-table-versionDonatas Abraitis9 days1-3/+0
|\ \
| * | tests: remove table version check in bgp rpki topo1Louis Scalbert9 days1-3/+0
* | | Merge pull request #17894 from pguibert6WIND/bmp_send_peerx_twiceDonatas Abraitis9 days1-1/+1
|\ \ \ | |_|/ |/| |
| * | bgpd: fix do not send twice peer up/down messagesPhilippe Guibert9 days1-1/+1
| |/
* | Merge pull request #17895 from LabNConsulting/chopps/fix-coverity-use-after-freeDonald Sharp9 days1-0/+1
|\ \
| * | lib: fix coverity use after free issue: CID 1620101Christian Hopps9 days1-0/+1
* | | Merge pull request #17793 from LabNConsulting/working/lb/fix-r8-rpmsJafar Al-Gharaibeh9 days2-32/+37
|\ \ \ | |/ / |/| |
| * | doc: update redhat packaging doc with new options and use of Rocky 8 (Centos ...Lou Berger2025-01-081-4/+11
| * | redhat: Add option to build pkg without docs and rpki support, allow for diff...Lou Berger2025-01-081-28/+26
* | | Merge pull request #17888 from krishna-samy/bgpd_mac_hashDonatas Abraitis9 days1-2/+5
|\ \ \
| * | | bgpd: Fix for local interface MAC cache issue in 'bgp mac hash' tableKrishnasamy R9 days1-2/+5
| | |/ | |/|
* | | Merge pull request #16723 from jklaiber/fix-reload-interface-deletionDonatas Abraitis9 days1-6/+7
|\ \ \ | |/ / |/| |
| * | tools: Allow deleting of interfacesJulian Klaiber2025-01-161-6/+7
* | | Merge pull request #17883 from opensourcerouting/fix/topotest_dynamic_cap_enheJafar Al-Gharaibeh10 days1-27/+1
|\ \ \
| * | | tests: Fix test_bgp_dynamic_capability_enhe topotestDonatas Abraitis12 days1-27/+1
* | | | Merge pull request #17882 from LabNConsulting/chopps/doc-update-mgmtdJafar Al-Gharaibeh10 days2-7/+31
|\ \ \ \
| * | | | doc: add misplaced doc change for mgmtd developmentChristian Hopps12 days1-4/+9
| * | | | yang: lint cleanup of test moduleChristian Hopps12 days1-3/+22
* | | | | Merge pull request #17874 from pguibert6WIND/bgp_unnumbered_interface_jsonDonatas Abraitis10 days4-0/+112
|\ \ \ \ \
| * | | | | topotests: bgp_ipv6_rtadv, add control over bgp updatesPhilippe Guibert10 days3-0/+109
| * | | | | bgpd: fix display json value of interface for BGP unnumberedPhilippe Guibert10 days1-0/+3
* | | | | | Merge pull request #17885 from LabNConsulting/chopps/fix-gen-cb-regressionDonatas Abraitis10 days1-12/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | tools: fix regression in gen_northbound_callback toolChristian Hopps10 days1-12/+8
* | | | | | Merge pull request #16894 from wenwang00/project-phoenixwing-ysjPhilippe Guibert10 days24-17/+2010
|\ \ \ \ \ \
| * | | | | | doc: Add support for SRv6 static sid CLIYuqing Zhao12 days1-0/+49
| * | | | | | tests: Add topotest for SRv6 static SIDsYuqing Zhao12 days5-0/+219
| * | | | | | vtysh: Add SRv6 static SIDs CLI to vtyshYuqing Zhao12 days1-5/+33
| * | | | | | staticd: Add CLIs to show SRv6 static SIDsYuqing Zhao12 days1-2/+96
| * | | | | | staticd: Add CLI for SRv6 static SIDsYuqing Zhao12 days2-0/+221
| * | | | | | lib: Add CLI node for SRv6 static SIDsYuqing Zhao12 days1-0/+1
| * | | | | | staticd: Add Northbound APIs for SRv6Yuqing Zhao12 days3-0/+281
| * | | | | | staticd: Initialize/cleanup SRv6Yuqing Zhao12 days1-0/+8
| * | | | | | staticd: Install SIDs when a dependent interface goes up/downYuqing Zhao12 days3-0/+53
| * | | | | | staticd: Request/Release SIDs to SID ManagerYuqing Zhao12 days2-0/+663
| * | | | | | lib, isisd: Move DEFAULT_SRV6_IFNAME to global srv6.h headerYuqing Zhao12 days3-3/+4
| * | | | | | staticd: Add infrastructure for SRv6Yuqing Zhao12 days3-0/+235
| * | | | | | lib: Add a function to print SRv6 Endpoint Behavior CodepointsYuqing Zhao12 days1-0/+36
| * | | | | | staticd: Add debug option for SRv6Yuqing Zhao12 days3-8/+12
| * | | | | | yang: Add SRv6 to frr-staticd YANG modelYuqing Zhao12 days1-1/+101
* | | | | | | Merge pull request #17884 from LabNConsulting/chopps/fix-dnode-createDonatas Abraitis10 days1-7/+18
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | lib: fix dnode_create to use correct libyang function.Christian Hopps12 days1-7/+18
|/ / / / / /
* | | | | | Merge pull request #17876 from LabNConsulting/chopps/backend-ds-notifyDonald Sharp12 days11-200/+567
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | tests: split notify test to regular and datastore notify testsChristian Hopps12 days2-99/+240
| * | | | | mgmtd: testc: add listen for datastore notificationsChristian Hopps12 days2-11/+100