blob: 2874e47714a769373ea36669b0c2b4b9f399e51d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# NOTE: Type=wlan matches ALL wireless interfaces. Any future USB wifi dongle
# would be auto-enslaved into bond0. If that becomes a problem, narrow the
# [Match] section to MACAddress= or a persistent Name= (e.g. wlp*s0).
[Match]
Type=wlan
[Network]
Bond=bond0
IgnoreCarrierLoss=3s
|