summaryrefslogtreecommitdiffstats
path: root/lib/config_paths.h.in (unfollow)
Commit message (Collapse)AuthorFilesLines
35 hourstests: save bmp pcap in logdir instead of /tmpLouis Scalbert3-4/+6
DEBUG_PCAP can be set True to manually enable pcap debugging when running bmp tests. Save bmp pcap in logdir (ie. /tmp/topotests/bgp_bmp.bgp_bmp_X/ instead of /tmp. Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com> Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
35 hourstests: fix bmp test parallelizationLouis Scalbert2-4/+81
Multiple BMP tests can run in parallel but, when one instance ends, it kills the BMP server process of all BMP tests. Save the PID of a BMP server and only kill it at the end. Link: https://github.com/FRRouting/frr/issues/17465 Fixes: 875511c466 ("topotests: add basic bmp collector") Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
35 hourstests: add py extension to bmpserverLouis Scalbert2-5/+3
to help identify the file type. And apply black. Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
35 hourstopotests: bgp_bmp, use unified configurationPhilippe Guibert10-46/+39
Use unified configuration procedure. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
37 hourstests: bgp_route_server_client should not use /tmpDonald Sharp1-3/+0
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
37 hourstests: bgp_snmp_mplsl3vpn should not use /tmp directoryDonald Sharp13-20/+0
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
37 hourstests: ospf_metric_propagation do not use /tmpDonald Sharp9-28/+3
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
37 hourstopotests: fix bmp_collector handling of empty as-pathPhilippe Guibert1-0/+6
When configuring the bgp_bmp test with an additional peer that sends empty AS-PATH, the bmp collector is stopping: > [2024-10-28 17:41:51] Finished dissecting data from ('192.0.2.1', 33922) > [2024-10-28 17:41:52] Data received from ('192.0.2.1', 33922): length 195 > [2024-10-28 17:41:52] Got message type: <class 'bmp.BMPRouteMonitoring'> > [2024-10-28 17:41:52] unpack_from requires a buffer of at least 2 bytes for unpacking 2 bytes at offset 0 (actual buffer size is 0) > [2024-10-28 17:41:52] TCP session closed with ('192.0.2.1', 33922) > [2024-10-28 17:41:52] Server shutting down on 192.0.2.10:1789 The parser attempts to read an empty AS-path and considers the length value as a length in bytes, whereas RFC mentions this value as definining the number of AS-PAths. Fix this in the parser. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
37 hourstopotests: bmp, create shared library for bmpPhilippe Guibert21-901/+755
The bgp_bmp and bgp_bmp_vrf tests use similar routines to test the bmp, but are duplicates. Gather the bgp_bmp and the bgp_bmp_vrf tests in a single bgp_bmp folder. - Create a bgpbmp.py library under the bgp_bmp test folder - The bgp_bmp and bgp_bmp_vrf test are renamed to bgp_bmp_1 and bgp_bmp_2 test. - Maintain separate folder for config and output results. Adapt the bgp_bmp library accordingly. - The json output for bgp_bmp_2 test has no referenc to hostame. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
37 hourstests: ospf_multi_instance should not use /tmpDonald Sharp2-6/+0
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
37 hourstests: ospf_multi_vrf_bgp_route_leak should not use /tmpDonald Sharp4-8/+0
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
37 hourstests: ospf_netns_vrf should not use /tmpDonald Sharp6-12/+0
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
37 hourstests: ospf_p2mp should not use /tmpDonald Sharp8-27/+0
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
37 hourstests: ospf_prefix_suppression should not use /tmpDonald Sharp3-6/+0
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
37 hourstests: pim_autorp should not use /tmpDonald Sharp4-16/+8
Cleanup usage of log file into /tmp. Remove usage of debugs that will slow down test and remove password. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
37 hourstests: pim_basic should not use /tmp for outputing of filesDonald Sharp1-4/+4
Use the appropriate log directory. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
37 hourstests: simple_snmp_test should not use /tmp for loggingDonald Sharp1-1/+0
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
37 hourstests: pim_cand_rp_bsr uses /tmp directory and it should notDonald Sharp6-12/+0
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
37 hourstests: zebra_rib should not use /tmp for log filesDonald Sharp1-2/+1
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
37 hourstests: bgp_nexthop_ipv6 remove unused reference to /tmpDonald Sharp1-3/+0
This code should not be outputting anything to the /tmp directory, remove commented out code Signed-off-by: Donald Sharp <sharpd@nvidia.com>
37 hourstests: bgp_lu_topo[1|2] should not use log files in /tmpDonald Sharp5-5/+0
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
37 hoursbgpd: bgp_clist.c does not need jhash.hDonald Sharp1-1/+0
It's not used in bgp_clist.c so let's just remove it. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
3 daystests: Check if remote-as is not flushed once peer-group appliedDonatas Abraitis3-1/+42
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
3 daysbgpd: Initialize as_type for peer-group as AS_UNSPECIFIEDDonatas Abraitis1-0/+1
Previously AS_UNSPECIFIED was treated as 0, but with now it's 1 after renumbering peer_asn_type enum. Fixes: 0dfe25697f5299326046fcfb66f2c6beca7c423c ("bgpd: Implement neighbor X remote-as auto") Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
6 daystopotests: Allow runing under both docker and podmanfamfo2-6/+8
Signed-off-by: famfo <famfo@famfo.xyz>
6 daysbgpd: fix use real SID in BGP nexthop trackingPhilippe Guibert1-2/+9
When receiving an SRv6 BGP update, the nexthop tracking is used to find out the reachability of the BGP update. > # show bgp ipv6 vpn fd00:200::/64 > Paths: (1 available, best #1) > [..] > 4:4::4:4 from 4:4::4:4 (4.4.4.4) > Origin incomplete, metric 0, localpref 100, valid, internal, best (First path received) > Extended Community: RT:52:100 > Remote label: 16 > Remote SID: 2001:db8:f4:: > Last update: Mon Mar 11 11:50:04 2024 The IPv6 address used is the "Remote SID". Actually, this value is incomplete. Remote SID stands for the attribute value received in BGP, while the label value determines a complement of SRv6 SID value. The transposition technique authorises that in BGP, and in the above case, the incoming BGP update has used the transposition length. When there is a transposition in the SID attribute available, use the real SID address. The nexthop tracking will use that forged address. > # show bgp nexthop > Current BGP nexthop cache: > 4:4::4:4 valid [IGP metric 30], #paths 0, peer 4:4::4:4 > gate fe80::dced:1ff:fed6:878c, if ntfp3 > Last update: Mon Mar 11 11:50:02 2024 > 2001:db8:f4:1:: valid [IGP metric 0], #paths 2 > gate fe80::dced:1ff:fed6:878c, if ntfp3 Fixes: 26c747ed6c0b ("bgpd: extend make_prefix to form srv6-based prefix") Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
7 daystopotests: bgp_evpn_rt5, add test for advertise route-map servicePhilippe Guibert3-2/+246
Use the advertise route-map command, and check that it filters out correctly the undesirable prefixes. Reversely, check that undoing that route-map recovers all prefixes. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
7 daystopotests: bgp_evpn_rt5, rework testPhilippe Guibert3-65/+407
Rework the test file by adding test methods. Add a convergence test that checks for the incoming BGP prefixes. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
7 daysbgpd: Use peer group's member for BGP notify instead of the peer-groupDonatas Abraitis1-1/+1
Fixes: eacf923b00c019e9a877c9716e5d6506594d532e ("bgpd: Fix pattern of usage in bgp_notify_config_change") Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
7 daysdoc:Fix bgp doc warningguozhongfeng.gzf1-0/+1
Signed-off-by: guozhongfeng.gzf <guozhongfeng.gzf@alibaba-inc.com>
7 daysDocker: Add the ability to override FRR UIDMike RE Mallin1-1/+2
Signed-off-by: Mike RE Mallin <mmallin@cisco.com> Signed-off-by: Mike RE Mallin <mremallin@gmail.com>
7 dayszebra: EVPN fix code style in vlan vni map debugsChirag Shah2-5/+4
Fix up couple of style issues missed in PR 17483 Signed-off-by: Chirag Shah <chirag@nvidia.com>
7 daysbgpd: peer_active is connection oriented, make it soDonald Sharp6-21/+22
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
7 daysbgpd: bgp_getsockname should use connectionDonald Sharp4-9/+11
Let's use the connection associated with the peer instead. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
7 daysbgpd: Modify bgp_connect_in_progress_update_connection to use connectionDonald Sharp1-4/+6
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
7 daysbgpd: Modify bgp_udpatesockname to pass in a connectionDonald Sharp3-6/+6
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
7 daysbgpd: Fix pattern of usage in bgp_notify_config_changeDonald Sharp4-98/+41
if (BGP_IS_VALID_STATE_FOR_NOTIF(peer->connection->status)) peer_notify_config_change(peer->connection); else bgp_session_reset_safe(peer, &nnode); Let's add a bool return to peer_notify_config_change of whether or not it should call the peer session reset. This simplifies the code a bunch. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
7 daysbgpd: Add `peer_notify_config_change()` functionDonald Sharp4-103/+52
We have about a bajillion tests of if we can notify the peer and then we send a config change notification. Let's just make a function that does this. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
7 daysbgpd: peer_notify_unconfig should be connection basedDonald Sharp3-17/+12
Convert this function to being connection based. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
8 daysbgpd: fix use single whitespace when displaying flowspec entriesPhilippe Guibert1-1/+1
There is an extra space in the 'Displayed' line of show bgp command, that should not be present. Fix this by being consistent with the output of the other address families. Fixes: ("a1baf9e84f71") bgpd: Use single whitespace when displaying show bgp summary Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
8 daysbgpd: fix version attribute is an int, not a stringPhilippe Guibert1-2/+1
The json display of the version attribute is originally an integer. It has changed, most probably mistakenly. > { > "vrfId": 7, > "vrfName": "vrf1", > "tableVersion": 3, > "routerId": "192.0.2.1", > "defaultLocPrf": 100, > "localAS": 65500, > "routes": { > "172.31.0.1/32": { > "prefix": "172.31.0.1/32", > "version": "1", <--- int or string ?? Let us fix it, by using the integer display instead. Fixes: f9f2d188e398 ("bgpd: fix 'json detail' output structure") Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
8 daystests: Deprecate TOPOTEST_PULLDonatas Abraitis3-9/+2
We do not maintain docker.com/frrouting anymore and not building custom images for topotests. Use local images for topotests instead. Just use: ``` mak topotests-build make topotests ``` Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
8 daystests: Set vm.mmap_rnd_bits for topotests docker foobarDonatas Abraitis1-0/+5
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
8 daystests: Fix docker build for topotestsDonatas Abraitis2-53/+90
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
8 dayszebra: avoid a race during FPM dplane plugin shutdownMark Stapp1-0/+34
During zebra shutdown, the main pthread and the FPM pthread can deadlock if the FPM pthread is in fpm_reconnect(). Each pthread tries to use event_cancel_async() to cancel tasks that may be scheduled for the other pthread - this leads to a deadlock as neither thread can progress. This adds an atomic boolean that's managed as each pthread enters and leaves the cleanup code in question, preventing the two threads from running into the deadlock. Signed-off-by: Mark Stapp <mjs@cisco.com>
8 daystests: fix max med on startupDonald Sharp2-3/+3
The test is failing because on r2 we are looking for a metric of 777 on startup, but the start of looking for this happens to be after the 5 second delay that is setup in the config. On r1: 2023/09/06 17:05:14.999407 BGP: [G822R-SBMNH] config-from-file# router bgp 65001 2023/09/06 17:05:15.003060 BGP: [G822R-SBMNH] config-from-file# bgp max-med on-startup 5 777 2023/09/06 17:05:15.003342 BGP: [G822R-SBMNH] config-from-file# no bgp ebgp-requires-policy 2023/09/06 17:05:15.003453 BGP: [G822R-SBMNH] config-from-file# neighbor 192.168.255.2 remote-as 65001 2023/09/06 17:05:15.004029 BGP: [G822R-SBMNH] config-from-file# neighbor 192.168.255.2 timers 3 10 2023/09/06 17:05:15.004242 BGP: [G822R-SBMNH] config-from-file# address-family ipv4 unicast 2023/09/06 17:05:15.004329 BGP: [G822R-SBMNH] config-from-file# redistribute connected 2023/09/06 17:05:15.005023 BGP: [G822R-SBMNH] config-from-file# exit-address-family 2023/09/06 17:05:15.005140 BGP: [G822R-SBMNH] config-from-file# ! 2023/09/06 17:05:15.005162 BGP: [G822R-SBMNH] config-from-file# ! 2023/09/06 17:05:17.538112 BGP: [M7Q4P-46WDR] vty[25]@> enable 2023/09/06 17:05:17.546700 BGP: [M7Q4P-46WDR] vty[25]@# clear log cmdline-targets 2023/09/06 17:05:17.570635 BGP: [M7Q4P-46WDR] vty[25]@(config)# log commands 2023/09/06 17:05:17.572518 BGP: [M7Q4P-46WDR] vty[25]@(config)# log timestamp precision 6 2023/09/06 17:05:24.982647 BGP: [YNGC8-65JDM] Begin maxmed onstartup mode - timer 5 seconds 2023/09/06 17:05:26.033134 BGP: [M59KS-A3ZXZ] bgp_update_receive: rcvd End-of-RIB for IPv4 Unicast from 192.168.255.2 in vrf default 2023/09/06 17:05:29.982960 BGP: [N1747-51Y51] Max med on startup ended - timer expired. on r2: 2023/09/06 17:05:23.976029 BGP: [G822R-SBMNH] config-from-file# ! 2023/09/06 17:05:26.084086 BGP: [M59KS-A3ZXZ] bgp_update_receive: rcvd End-of-RIB for IPv4 Unicast from 192.168.255.1 in vrf default 2023/09/06 17:05:27.280103 BGP: [M7Q4P-46WDR] vty[25]@> enable 2023/09/06 17:05:27.290204 BGP: [M7Q4P-46WDR] vty[25]@# clear log cmdline-targets 2023/09/06 17:05:27.328798 BGP: [M7Q4P-46WDR] vty[25]@(config)# log commands 2023/09/06 17:05:27.335032 BGP: [M7Q4P-46WDR] vty[25]@(config)# log timestamp precision 6 2023/09/06 17:05:31.558216 BGP: [M7Q4P-46WDR] vty[5]@> enable 2023/09/06 17:05:31.562482 BGP: [M7Q4P-46WDR] vty[5]@# do show logging 2023/09/06 17:05:32.942204 BGP: [M7Q4P-46WDR] vty[5]@> enable 2023/09/06 17:05:32.946745 BGP: [M7Q4P-46WDR] vty[5]@# show ip bgp neighbor 192.168.255.1 json 2023/09/06 17:05:34.173879 BGP: [M7Q4P-46WDR] vty[5]@> enable 2023/09/06 17:05:34.178448 BGP: [M7Q4P-46WDR] vty[5]@# show ip bgp neighbor 192.168.255.1 routes json 2023/09/06 17:05:36.459365 BGP: [M7Q4P-46WDR] vty[5]@> enable 2023/09/06 17:05:36.472019 BGP: [M7Q4P-46WDR] vty[5]@# show ip bgp neighbor 192.168.255.1 routes json 2023/09/06 17:05:38.557840 BGP: [M7Q4P-46WDR] vty[5]@> enable 2023/09/06 17:05:38.558948 BGP: [M7Q4P-46WDR] vty[5]@# show ip bgp neighbor 192.168.255.1 routes json 2023/09/06 17:05:40.198563 BGP: [M7Q4P-46WDR] vty[5]@> enable Notice that the 5 second delay for the max med expires at 29 seconds but the show routes on r2 does not even begin until 34 seconds, long after the max med has expired and the test has moved on. Let's relax the max-med timer to 30 seconds and modify the test to wait a bit longer for both finding it and expiring timer. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
8 daystests: Fix ospfapi client to clear ospf processDonald Sharp1-0/+2
Test is failing locally: 2023-09-06 18:39:56,865 DEBUG: r1: vtysh result: Hello, this is FRRouting (version 9.1-dev). Copyright 1996-2005 Kunihiro Ishiguro, et al. r1# conf t r1(config)# router ospf r1(config-router)# ospf router-id 1.1.1.1 For this router-id change to take effect, use "clear ip ospf process" command r1(config-router)# 2023-09-06 18:39:56,865 DEBUG: root: GOT LINE: 'SUCCESS: 1.0.0.0' 2023-09-06 18:39:56,866 DEBUG: root: GOT LINE: '2023-09-06 18:39:55,982 INFO: TESTER: root: Waiting for 1.1.1.1' 2023-09-06 18:39:56,867 DEBUG: root: GOT LINE: '2023-09-06 18:39:55,982 DEBUG: TESTER: root: expected '1.1.1.1' != '1.0.0.0'' 2023-09-06 18:39:56,867 DEBUG: root: GOT LINE: 'waiting on notify' Sure looks like the router-id is not allowed to be changed because neighbors have already been formed. If we are changing the router-id then let's clear the process to allow it to correctly change. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
8 dayslib: Remove route_node_match_ipv[4|6] not being usedDonald Sharp2-30/+0
These functions are not being used. Let's just remove them from our code base. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
8 daysripd: Use route_node_match instead of route_node_match_ipv4Donald Sharp1-2/+6
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
8 daystests: Add some test cases for snmpDonald Sharp7-5/+89
Noticed that we were not really attempting to even test large swaths of our snmp infrastructure. Let's load up some very simple configs for those daemons that FRR supports and ensure that SNMP is working to some extent. Signed-off-by: Donald Sharp <sharpd@nvidia.com>