all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH pve-network 1/1] test: zones: fix openfabric tests
@ 2025-11-13 15:15 Stefan Hanreich
  2025-11-13 16:23 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Hanreich @ 2025-11-13 15:15 UTC (permalink / raw)
  To: pve-devel

For unnumbered interfaces, the /32 now gets set on each unnumbered
interface. Fix the unnumbered tests case, so the generated ifupdown2
output is correct again.

Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
---
 .../zones/evpn/openfabric_fabric/expected_sdn_interfaces    | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/test/zones/evpn/openfabric_fabric/expected_sdn_interfaces b/src/test/zones/evpn/openfabric_fabric/expected_sdn_interfaces
index 3efd220..7460b12 100644
--- a/src/test/zones/evpn/openfabric_fabric/expected_sdn_interfaces
+++ b/src/test/zones/evpn/openfabric_fabric/expected_sdn_interfaces
@@ -48,9 +48,11 @@ iface dummy_test inet static
 	ip-forward 1
 
 auto ens20
-iface ens20
+iface ens20 inet static
+	address 172.20.3.1/32
 	ip-forward 1
 
 auto ens21
-iface ens21
+iface ens21 inet static
+	address 172.20.3.1/32
 	ip-forward 1
-- 
2.47.3


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-11-13 16:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-13 15:15 [pve-devel] [PATCH pve-network 1/1] test: zones: fix openfabric tests Stefan Hanreich
2025-11-13 16:23 ` [pve-devel] applied: " Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal