home-assistant: disable chdp on c3d2 interface

This commit is contained in:
Sandro - 2024-02-07 00:31:45 +01:00
parent 54b94ec0ff
commit 4c10cbcb68
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ in
dhcpV4Config.UseRoutes = "no";
matchConfig.MACAddress = c3d2MacAddress;
networkConfig = {
DHCP = "yes";
DHCP = "no";
IPv6AcceptRA = "no";
LinkLocalAddressing = "yes";
};