feat: vlan-hypervisor to potos
This commit is contained in:
parent
b791058a88
commit
0bb363716d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue