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";
|
LinkLocalAddressing = "no";
|
||||||
DHCPServer = "yes";
|
DHCPServer = "yes";
|
||||||
};
|
};
|
||||||
|
dhcpServerConfig = {
|
||||||
|
SendOption = [
|
||||||
|
# FIXME: should be removed, it's used only for tests
|
||||||
|
"26:uint16:1378" # send MTU to users
|
||||||
|
];
|
||||||
|
};
|
||||||
linkConfig = {
|
linkConfig = {
|
||||||
Promiscuous = true;
|
Promiscuous = true;
|
||||||
MTUBytes = 1500;
|
MTUBytes = 1500;
|
||||||
|
@ -109,6 +115,7 @@ let
|
||||||
vlan-admin = {
|
vlan-admin = {
|
||||||
Id = 3000;
|
Id = 3000;
|
||||||
address = [ "fd26:baf9:d250:8000::1/64" ];
|
address = [ "fd26:baf9:d250:8000::1/64" ];
|
||||||
|
networkConfig.linkConfig.MTUBytes = 1500;
|
||||||
};
|
};
|
||||||
|
|
||||||
vlan-admin-ap = {
|
vlan-admin-ap = {
|
||||||
|
@ -123,6 +130,7 @@ let
|
||||||
IPv6SendRA = true;
|
IPv6SendRA = true;
|
||||||
DHCPServer = "yes";
|
DHCPServer = "yes";
|
||||||
};
|
};
|
||||||
|
linkConfig.MTUBytes = 1500;
|
||||||
ipv6Prefixes = [
|
ipv6Prefixes = [
|
||||||
{
|
{
|
||||||
AddressAutoconfiguration = false;
|
AddressAutoconfiguration = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue