Auto-commit: 2026-01-07 11:02:13
This commit is contained in:
@@ -35,13 +35,13 @@ Mode=bridge
|
|||||||
};
|
};
|
||||||
|
|
||||||
macvtaphost = {
|
macvtaphost = {
|
||||||
matchConfig.Name = "macvtaphost";
|
name = "macvtaphost";
|
||||||
networkConfig = {
|
address = [ "10.0.10.5/16" ];
|
||||||
DHCP = "ipv6";
|
DHCP = "ipv6";
|
||||||
IPv6AcceptRA = true;
|
|
||||||
Address = "10.0.10.5/16";
|
|
||||||
DNS = [ "10.0.0.1" ];
|
DNS = [ "10.0.0.1" ];
|
||||||
Gateway = "10.0.0.1";
|
Gateway = [ "10.0.0.1" ];
|
||||||
|
networkConfig = {
|
||||||
|
IPv6AcceptRA = true;
|
||||||
};
|
};
|
||||||
dhcpV4Config.UseDNS = false;
|
dhcpV4Config.UseDNS = false;
|
||||||
dhcpV6Config.UseDNS = false;
|
dhcpV6Config.UseDNS = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user