summaryrefslogtreecommitdiffstats
path: root/lib/ldp_sync.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-04lib: Allow setsockopt functions to return size setDonald Sharp2-4/+8
2024-12-03lib: Fix session re-establishmentDonald Sharp1-1/+7
2024-12-03zebra: separate zebra ZAPI server open and acceptMark Stapp3-5/+45
2024-12-02topotests: save bgp_bmp json temp files to bmp log folder instead of /tmpPhilippe Guibert3-9/+28
2024-12-02tests: save bmp pcap in logdir instead of /tmpLouis Scalbert3-4/+6
2024-12-02tests: fix bmp test parallelizationLouis Scalbert2-4/+81
2024-12-02tests: add py extension to bmpserverLouis Scalbert2-5/+3
2024-12-02topotests: bgp_bmp, use unified configurationPhilippe Guibert10-46/+39
2024-12-02tests: bgp_route_server_client should not use /tmpDonald Sharp1-3/+0
2024-12-02tests: bgp_snmp_mplsl3vpn should not use /tmp directoryDonald Sharp13-20/+0
2024-12-02tests: ospf_metric_propagation do not use /tmpDonald Sharp9-28/+3
2024-12-02topotests: fix bmp_collector handling of empty as-pathPhilippe Guibert1-0/+6
2024-12-02topotests: bmp, create shared library for bmpPhilippe Guibert21-901/+755
2024-12-02tests: ospf_multi_instance should not use /tmpDonald Sharp2-6/+0
2024-12-02tests: ospf_multi_vrf_bgp_route_leak should not use /tmpDonald Sharp4-8/+0
2024-12-02tests: ospf_netns_vrf should not use /tmpDonald Sharp6-12/+0
2024-12-02tests: ospf_p2mp should not use /tmpDonald Sharp8-27/+0
2024-12-02tests: ospf_prefix_suppression should not use /tmpDonald Sharp3-6/+0
2024-12-02tests: pim_autorp should not use /tmpDonald Sharp4-16/+8
2024-12-02tests: pim_basic should not use /tmp for outputing of filesDonald Sharp1-4/+4
2024-12-02tests: simple_snmp_test should not use /tmp for loggingDonald Sharp1-1/+0
2024-12-02tests: pim_cand_rp_bsr uses /tmp directory and it should notDonald Sharp6-12/+0
2024-12-02tests: zebra_rib should not use /tmp for log filesDonald Sharp1-2/+1
2024-12-02tests: bgp_nexthop_ipv6 remove unused reference to /tmpDonald Sharp1-3/+0
2024-12-02tests: bgp_lu_topo[1|2] should not use log files in /tmpDonald Sharp5-5/+0
2024-12-02bgpd: bgp_clist.c does not need jhash.hDonald Sharp1-1/+0
2024-12-01tests: Check if remote-as is not flushed once peer-group appliedDonatas Abraitis3-1/+42
2024-12-01bgpd: Initialize as_type for peer-group as AS_UNSPECIFIEDDonatas Abraitis1-0/+1
2024-11-28topotests: Allow runing under both docker and podmanfamfo2-6/+8
2024-11-28bgpd: fix use real SID in BGP nexthop trackingPhilippe Guibert1-2/+9
2024-11-27topotests: bgp_evpn_rt5, add test for advertise route-map servicePhilippe Guibert3-2/+246
2024-11-27topotests: bgp_evpn_rt5, rework testPhilippe Guibert3-65/+407
2024-11-27bgpd: Use peer group's member for BGP notify instead of the peer-groupDonatas Abraitis1-1/+1
2024-11-27doc:Fix bgp doc warningguozhongfeng.gzf1-0/+1
2024-11-26Docker: Add the ability to override FRR UIDMike RE Mallin1-1/+2
2024-11-26zebra: EVPN fix code style in vlan vni map debugsChirag Shah2-5/+4
2024-11-26bgpd: peer_active is connection oriented, make it soDonald Sharp6-21/+22
2024-11-26bgpd: bgp_getsockname should use connectionDonald Sharp4-9/+11
2024-11-26bgpd: Modify bgp_connect_in_progress_update_connection to use connectionDonald Sharp1-4/+6
2024-11-26bgpd: Modify bgp_udpatesockname to pass in a connectionDonald Sharp3-6/+6
2024-11-26bgpd: Fix pattern of usage in bgp_notify_config_changeDonald Sharp4-98/+41
2024-11-26bgpd: Add `peer_notify_config_change()` functionDonald Sharp4-103/+52
2024-11-26bgpd: peer_notify_unconfig should be connection basedDonald Sharp3-17/+12
2024-11-26pimd: Fix access-list memory leak in pimdCorey Siltala1-0/+2
2024-11-26bgpd: fix use single whitespace when displaying flowspec entriesPhilippe Guibert1-1/+1
2024-11-26bgpd: fix version attribute is an int, not a stringPhilippe Guibert1-2/+1
2024-11-26tests: Deprecate TOPOTEST_PULLDonatas Abraitis3-9/+2
2024-11-26tests: Set vm.mmap_rnd_bits for topotests docker foobarDonatas Abraitis1-0/+5
2024-11-26tests: Fix docker build for topotestsDonatas Abraitis2-53/+90
2024-11-25zebra: avoid a race during FPM dplane plugin shutdownMark Stapp1-0/+34