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;
|
||||
"hypervisor".id = 2001;
|
||||
};
|
||||
AP = {
|
||||
poe = true;
|
||||
|
@ -120,7 +121,7 @@ in
|
|||
"xe-0/1/2".ethernet-switching = {
|
||||
interface-mode = "access";
|
||||
vlans = [
|
||||
"ap-staging"
|
||||
"hypervisor"
|
||||
];
|
||||
};
|
||||
# uplink
|
||||
|
|
Loading…
Reference in a new issue