summaryrefslogtreecommitdiffstats
path: root/ospf6d (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-06tests: Add basic multicast boundary testCorey Siltala5-0/+616
2024-12-06pimd,yang: Extend multicast boundary functionalityCorey Siltala15-33/+184
2024-12-06pimd: Move ACL handling to pim_util.cCorey Siltala3-49/+46
2024-12-06bgpd: Check if as_type is not specified when peer is a peer-group memberDonatas Abraitis1-2/+1
2024-12-05tests: Fix invalid escape seq seen in bgp_nexthop_ipv6Donald Sharp1-1/+1
2024-12-05tests: Convert to using `neighbor X timers connect 1` for exabgp using testsDonald Sharp25-7/+71
2024-12-05bgpd: When bgp notices a change to shared_network inform bfd of itDonald Sharp1-0/+4
2024-12-05bgpd: shared_network is a bool, convert it to suchDonald Sharp2-5/+5
2024-12-05tests: bfd_profiles_topo1 is taking a long time to reconnectDonald Sharp3-0/+4
2024-12-05topotests: bmp, test that loc-rib peer up message is sentPhilippe Guibert3-7/+12
2024-12-05bgpd: fix peer up message for loc-rib not sentPhilippe Guibert1-5/+9
2024-12-04lib: Speed up reconnection attempts for zapiDonald Sharp1-4/+9
2024-12-04bgpd: fix unconfigure asdot neighborPhilippe Guibert1-2/+2
2024-12-04pimd: free igmp proxy joins on interface deletionBarry A. Trent1-2/+1
2024-12-04pimd: Prevent crash of pim when auto-rp's socket is not initializedDonald Sharp1-2/+4
2024-12-04lib: Print the reason why the route-map and/or the index parsing is doneDonatas Abraitis2-4/+45
2024-12-04lib,vtysh: Use backoff setsockopt option for freebsdDonald Sharp3-7/+18
2024-12-04lib: Allow setsockopt functions to return size setDonald Sharp2-4/+8
2024-12-03pimd: igmp proxy joins should not be written as part of configBarry A. Trent1-0/+6
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