Compare commits
2 commits
main
...
vault01-mt
Author | SHA1 | Date | |
---|---|---|---|
e2510b5342 | |||
9d390cac07 |
1 changed files with 8 additions and 0 deletions
|
@ -59,6 +59,12 @@ let
|
|||
LinkLocalAddressing = "no";
|
||||
DHCPServer = "yes";
|
||||
};
|
||||
dhcpServerConfig = {
|
||||
SendOption = [
|
||||
# FIXME: should be removed, it's used only for tests
|
||||
"26:uint16:1378" # send MTU to users
|
||||
];
|
||||
};
|
||||
linkConfig = {
|
||||
Promiscuous = true;
|
||||
MTUBytes = 1500;
|
||||
|
@ -109,6 +115,7 @@ let
|
|||
vlan-admin = {
|
||||
Id = 3000;
|
||||
address = [ "fd26:baf9:d250:8000::1/64" ];
|
||||
networkConfig.linkConfig.MTUBytes = 1500;
|
||||
};
|
||||
|
||||
vlan-admin-ap = {
|
||||
|
@ -123,6 +130,7 @@ let
|
|||
IPv6SendRA = true;
|
||||
DHCPServer = "yes";
|
||||
};
|
||||
linkConfig.MTUBytes = 1500;
|
||||
ipv6Prefixes = [
|
||||
{
|
||||
AddressAutoconfiguration = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue