Prevent interface reconfiguration on carrier loss

This commit is contained in:
Sonny Bakker 2025-04-13 08:40:53 +02:00
parent a1618a3092
commit 3f8c92b780
2 changed files with 2 additions and 0 deletions

View file

@ -10,5 +10,6 @@ DNS={{ local_network_dns }}
Gateway={{ local_network_gateway }} Gateway={{ local_network_gateway }}
DHCP=no DHCP=no
IPv6AcceptRA=no IPv6AcceptRA=no
IPv6SendRA=no
MulticastDNS=yes MulticastDNS=yes
RequiredForOnline=routable RequiredForOnline=routable

View file

@ -4,3 +4,4 @@ MACAddress={{ wireless_interface_mac }}
[Network] [Network]
DHCP=yes DHCP=yes
RequiredForOnline=routable RequiredForOnline=routable
IgnoreCarrierLoss=3s