summaryrefslogtreecommitdiffstats
path: root/isisd/isis_te.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-27zebra: Free Zebra client resourcesDonatas Abraitis1-13/+10
2023-06-27mgmtd: inclusive language changeChristian Hopps1-455/+411
2023-06-27ldpd: Stop and free synchronous Zebra client on destroyDonatas Abraitis2-1/+8
2023-06-27bgpd: Check for NULL before assigning a peer from the groupDonatas Abraitis1-1/+2
2023-06-27bgpd: Guard zlog_debug for table manager when the connection is successfulDonatas Abraitis1-2/+5
2023-06-27bgpd: Use zlog_err when can't connect to table manager (zebra)Donatas Abraitis1-1/+1
2023-06-27doc: Fix one syntax error for code blockanlan_cs1-1/+1
2023-06-27pimd: Fix memory leak in PIM interface deletionKeelan101-9/+4
2023-06-27zebra: fix evpn rmac nh list cmp functionChirag Shah1-1/+1
2023-06-26*: Rearrange vrf_bitmap_X api to reduce memory footprintDonald Sharp19-134/+161
2023-06-26zebra: clean up coverity warning in opaque apiMark Stapp1-1/+0
2023-06-26pim6d: MLD conformance querier-non-querier transition fixMobashshera Rasool1-5/+20
2023-06-26bgpd: Use synchronous Zebra client for table managerDonatas Abraitis1-1/+1
2023-06-26pathd: Stop and free synchronous Zebra client on pathd terminationDonatas Abraitis1-0/+2
2023-06-26ospfd: Stop and free synchronous Zebra client on OSPF terminationDonatas Abraitis2-1/+4
2023-06-26doc: extcommunity colorFrancois Dumontet1-0/+4
2023-06-26bgpd: add functions related to srte_color managementFrancois Dumontet6-5/+45
2023-06-26tests: add bgp colored extended community testFrancois Dumontet6-0/+153
2023-06-26bgpd: add colored extended communities supportFrancois Dumontet9-16/+313
2023-06-26tests: Add multicast-pim-multi-uplink-topo3 suiteKuldeep Kashyap2-0/+1211
2023-06-26tests: Add multicast-pim-multi-uplink-topo2 suiteKuldeep Kashyap2-0/+1637
2023-06-26tools: less aggressive settings for clang-formatChristian Hopps1-4/+4
2023-06-24isisd: Log error when config-end timeout occurs.Acee1-3/+11
2023-06-24bgpd: Add config-end timemout error log message.Acee1-2/+11
2023-06-23staticd: remove unused YANG moduleChristian Hopps1-1/+0
2023-06-23staticd: Fix bfd for static route in VRFDmitrii Turlupov1-1/+4
2023-06-23sharpd: support opaque zapi notificationsMark Stapp3-1/+59
2023-06-23zebra: support notifications for opaque ZAPI messagesMark Stapp2-54/+327
2023-06-23lib: add notifications for opaque zapi messagesMark Stapp3-2/+173
2023-06-23lib, zebra: include source client zapi info in opaque messagesMark Stapp4-67/+98
2023-06-23ospf6d: Add config callbacks to suppress hellos during config load. Add bgpd/...Acee5-0/+83
2023-06-23ospfd: Add config callbacks and suppress hello during config load.Acee4-0/+44
2023-06-22tools: import latest linux clang-format config w/ FRR modsChristian Hopps1-85/+198
2023-06-21tests: Check if `match ipv6 address [prefix-list]` CMDs work for ripngDonatas Abraitis5-0/+128
2023-06-21doc: Add documentation for route-maps for ripngDonatas Abraitis1-0/+47
2023-06-21ripngd: add ability to match by ipv6 access/prefix list in route-mapsIgor Ryzhov1-0/+72
2023-06-21ripngd: changes for code maintainabilitysri-mohan12-17/+13
2023-06-21doc: Fix typo in previous Coverity workflow doc commit.Acee Lindem1-2/+2
2023-06-21pim, pim6d: pimreg interface is not getting added in a certain scenarioSai Gomathi N2-0/+2
2023-06-20zebra: Ignore non GR-aware zclient handling for BGPDonatas Abraitis1-0/+7
2023-06-20bgpd: Do not initialize global variable zclient_sync to NULLDonatas Abraitis1-1/+1
2023-06-20zebra: Show session id when printing an error when the client disconnectsDonatas Abraitis1-3/+4
2023-06-20bgpd: Reuse bgp_zebra_label_manager_ready() helper functionDonatas Abraitis1-2/+2
2023-06-20bgpd: Retry connecting to synchronouse label manager if not readyDonatas Abraitis4-10/+28
2023-06-20bgpd: Use synchronous way to get labels from ZebraDonatas Abraitis6-118/+154
2023-06-20tests: Adjust tests for BGP LU labelpool outputDonatas Abraitis4-12/+4
2023-06-20topotests: label per nexthop test adds add a while loop for mpls tablePhilippe Guibert1-29/+36
2023-06-20topotests: structural issues in bgp_local_as_dotplus_private_removePhilippe Guibert1-24/+39
2023-06-20tools: checkpatch: FRR modifications to linux checkpatch.plChristian Hopps1-29/+174
2023-06-20doc: add the linux doc for checkpatch.plChristian Hopps3-7/+1264