forked from DGNum/infrastructure
feat(isp/vault01): IPv6 send RA for APs
This commit is contained in:
parent
cd0414f12f
commit
2277fdb32d
1 changed files with 10 additions and 7 deletions
|
@ -120,13 +120,16 @@ let
|
|||
vlan-admin-ap = {
|
||||
Id = 3001;
|
||||
address = [ "fd26:baf9:d250:8001::1/64" ];
|
||||
extraNetwork.ipv6Prefixes = [
|
||||
{
|
||||
AddressAutoconfiguration = false;
|
||||
OnLink = false;
|
||||
Prefix = "fd26:baf9:d250:8001::/64";
|
||||
}
|
||||
];
|
||||
extraNetwork = {
|
||||
networkConfig.IPv6SendRA = true;
|
||||
ipv6Prefixes = [
|
||||
{
|
||||
AddressAutoconfiguration = false;
|
||||
OnLink = false;
|
||||
Prefix = "fd26:baf9:d250:8001::/64";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
vlan-apro = {
|
||||
|
|
Loading…
Add table
Reference in a new issue