feat: vlan-hypervisor to potos

This commit is contained in:
catvayor 2024-12-16 22:54:52 +01:00
parent b791058a88
commit 0bb363716d
Signed by: lbailly
GPG key ID: CE3E645251AC63F3

View file

@ -15,6 +15,7 @@ let
]; ];
"ap-staging".id = 2000; "ap-staging".id = 2000;
"hypervisor".id = 2001;
}; };
AP = { AP = {
poe = true; poe = true;
@ -120,7 +121,7 @@ in
"xe-0/1/2".ethernet-switching = { "xe-0/1/2".ethernet-switching = {
interface-mode = "access"; interface-mode = "access";
vlans = [ vlans = [
"ap-staging" "hypervisor"
]; ];
}; };
# uplink # uplink