From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 67E2F1FF137 for ; Tue, 03 Feb 2026 17:03:45 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 2C793253DC; Tue, 3 Feb 2026 17:03:32 +0100 (CET) From: Gabriel Goller To: pve-devel@lists.proxmox.com Subject: [PATCH pve-network 02/10] sdn: tests: add missing comment '!' in frr config Date: Tue, 3 Feb 2026 17:01:20 +0100 Message-ID: <20260203160246.353351-14-g.goller@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260203160246.353351-1-g.goller@proxmox.com> References: <20260203160246.353351-1-g.goller@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1770134497133 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.003 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: SPHO43VZAX2UI4W7SXVLLKM4DOJBIIV5 X-Message-ID-Hash: SPHO43VZAX2UI4W7SXVLLKM4DOJBIIV5 X-MailFrom: g.goller@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Previous patch in proxmox-frr fixed a few serializing issues, it also adds a missing '!' (frr comment) inbetween the fabrics config and the controller config. Signed-off-by: Gabriel Goller --- .../zones/evpn/openfabric_fabric/expected_controller_config | 2 +- src/test/zones/evpn/ospf_fabric/expected_controller_config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/zones/evpn/openfabric_fabric/expected_controller_config b/src/test/zones/evpn/openfabric_fabric/expected_controller_config index a96adc329c5f..f3d82ef242be 100644 --- a/src/test/zones/evpn/openfabric_fabric/expected_controller_config +++ b/src/test/zones/evpn/openfabric_fabric/expected_controller_config @@ -40,6 +40,7 @@ exit ! route-map MAP_VTEP_OUT permit 1 exit +! router openfabric test net 49.0001.1720.2000.3001.00 exit @@ -68,6 +69,5 @@ exit ! ip protocol openfabric route-map pve_openfabric ! -! line vty ! diff --git a/src/test/zones/evpn/ospf_fabric/expected_controller_config b/src/test/zones/evpn/ospf_fabric/expected_controller_config index bb9313244d53..3e41a56eeb9d 100644 --- a/src/test/zones/evpn/ospf_fabric/expected_controller_config +++ b/src/test/zones/evpn/ospf_fabric/expected_controller_config @@ -40,6 +40,7 @@ exit ! route-map MAP_VTEP_OUT permit 1 exit +! router ospf ospf router-id 172.20.30.1 exit @@ -62,6 +63,5 @@ exit ! ip protocol ospf route-map pve_ospf ! -! line vty ! -- 2.47.3