Prevent interface reconfiguration on carrier loss
This commit is contained in:
parent
a1618a3092
commit
3f8c92b780
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -4,3 +4,4 @@ MACAddress={{ wireless_interface_mac }}
|
||||||
[Network]
|
[Network]
|
||||||
DHCP=yes
|
DHCP=yes
|
||||||
RequiredForOnline=routable
|
RequiredForOnline=routable
|
||||||
|
IgnoreCarrierLoss=3s
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue