feat(netcore02): allow hypervisor vlan in potos

This commit is contained in:
catvayor 2025-01-31 15:13:33 +01:00 committed by mdebray
parent 2b4a332bf6
commit 222dbd724c

View file

@ -20,6 +20,7 @@ let
]; ];
"ap-staging".id = 2000; "ap-staging".id = 2000;
"hypervisor".id = 2001;
}; };
#TODO: additionnal module (always the same for APs) #TODO: additionnal module (always the same for APs)
AP-staging = { AP-staging = {
@ -95,9 +96,9 @@ in
}; };
# netcore01 (Potos) # netcore01 (Potos)
"xe-0/1/2".ethernet-switching = { "xe-0/1/2".ethernet-switching = {
interface-mode = "access"; interface-mode = "trunk";
vlans = [ vlans = [
"ap-staging" "all"
]; ];
}; };
# uplink # uplink