summaryrefslogtreecommitdiffstats
path: root/eigrpd (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-09lib: zebra.h was including compiler.h two timesDonald Sharp1-7/+0
2024-01-09lib: remove net/route.h it is not usedDonald Sharp6-2/+9
2024-01-09*: remove sys/stat.h from zebra.hDonald Sharp25-2/+26
2024-01-09lib: select.h is not being used by anyoneDonald Sharp1-1/+0
2024-01-08bgpd: Fix memory leak for default-originate with route-mapDonatas Abraitis1-1/+1
2024-01-08tests: Add mgmtd to the official pytest.mark listDonald Sharp16-21/+16
2024-01-07bgpd: show_adj_route_vpn always leaked json memoryDonald Sharp1-6/+0
2024-01-07Revert "zebra: Cleanup zrouter.stale_client_list on shutdown"Donald Sharp1-1/+0
2024-01-07doc: Rename `Thread` to `Event` in events exampleDonatas Abraitis1-1/+1
2024-01-07vtysh: Rename `show thread ...` to `show event ...`Donatas Abraitis2-43/+73
2024-01-07tests: Rename `show thread ...` to `show event ...`Donatas Abraitis2-4/+4
2024-01-07tools: Rename `show thread ...` to `show event ...`Donatas Abraitis1-4/+4
2024-01-07doc: Rename `show thread ...` to `show event ...`Donatas Abraitis2-7/+7
2024-01-07lib: Use event name instead of threadDonald Sharp1-4/+4
2024-01-07bgpd: bgp_sync_label_manager failure caseDonald Sharp1-3/+9
2024-01-06Revert "bgpd: On shutdown do not create a workqueue for the self peer"Martin Winter1-1/+1
2024-01-06build: require libyang 2.1.128Christian Hopps4-10/+9
2024-01-05lib: remove zebra_interface_vrf_update_read()Louis Scalbert2-33/+0
2024-01-05lib: fix initializer warning on centos 7.Christian Hopps1-1/+1
2024-01-04lib: sys/utsname.h is not needed in zebra.hDonald Sharp2-1/+1
2024-01-04lib: zebra.h does not need to include syslog.hDonald Sharp1-1/+0
2024-01-04*: sys/uio.h does not need to be in zebra.hDonald Sharp3-1/+2
2024-01-04lib, sharpd: Move sys/resource.h to where it is usedDonald Sharp2-1/+1
2024-01-04*: Remove sys/ioctl.h from zebra.hDonald Sharp10-1/+11
2024-01-04lib, vtysh: Remove inclusion of grp.h for everyoneDonald Sharp3-1/+4
2024-01-04lib: Remove in_systm.h it is never usedDonald Sharp1-1/+0
2024-01-04*: Remove cost of including netinet/icmp.h everywhereDonald Sharp4-2/+4
2024-01-04lib: Remove inclusion of various MAXINT from zebra.hDonald Sharp1-16/+0
2024-01-04lib: HAVE_GLIBC_BACKTRACE does not belong in zebra.hDonald Sharp3-4/+8
2024-01-04bgpd: rfapi was not using internal zlog_backtrace()Donald Sharp3-57/+2
2024-01-04lib: Move some priviledge headers to file they are used.Donald Sharp2-5/+6
2024-01-04*: Remove Crypto openSSL define from zebra.hDonald Sharp5-5/+21
2024-01-04lib: Breakout sendmmsg into it's own headerDonald Sharp5-20/+35
2024-01-04bgpd: fix ecommunity_fill_pbr_action heap-buffer-overflowLouis Scalbert1-2/+2
2024-01-04lib: fix memory leak when disabling nexthop_hold contextsPhilippe Guibert1-0/+2
2024-01-04zebra: `ctx` has to be non NULL at this pointCarmine Scarpitta1-2/+1
2024-01-04lib: remove unused/replaced oper-state iteration codeChristian Hopps2-547/+2
2024-01-04doc: add diagram of oper-state queries.Christian Hopps3-2/+388
2024-01-03isisd: fix _isis_spftree_del heap-use-after-freeLouis Scalbert1-2/+6
2024-01-02lib: don't count on scheme key nodes being first childrenChristian Hopps1-9/+12
2024-01-02pathd: add dynamic candidate path metric [computed] keywordPhilippe Guibert2-8/+18
2024-01-02lib: fix specific entry queriesChristian Hopps5-2/+71
2024-01-02bgpd: unimport evpn routes when implicit withdrawChirag Shah1-6/+20
2023-12-31build: protobuf is required so update building docsChristian Hopps9-49/+42
2023-12-30lib: mgmtd: increase soft-max msg size to 64KChristian Hopps6-38/+14
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