From 222dbd724ce54ba771241e59eb7eba6591fdd9cc Mon Sep 17 00:00:00 2001 From: catvayor Date: Fri, 31 Jan 2025 15:13:33 +0100 Subject: [PATCH] feat(netcore02): allow hypervisor vlan in potos --- machines/netconf/netcore02.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/machines/netconf/netcore02.nix b/machines/netconf/netcore02.nix index 43a11bc..b304fee 100644 --- a/machines/netconf/netcore02.nix +++ b/machines/netconf/netcore02.nix @@ -20,6 +20,7 @@ let ]; "ap-staging".id = 2000; + "hypervisor".id = 2001; }; #TODO: additionnal module (always the same for APs) AP-staging = { @@ -95,9 +96,9 @@ in }; # netcore01 (Potos) "xe-0/1/2".ethernet-switching = { - interface-mode = "access"; + interface-mode = "trunk"; vlans = [ - "ap-staging" + "all" ]; }; # uplink