diff options
author | Christian Breunig <christian@breunig.cc> | 2023-08-20 14:59:49 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-08-20 15:02:59 +0200 |
commit | 35a46e4abfcece1beefb898ebd7fcb688fc55de5 (patch) | |
tree | a3a51ebdc7c3720f1c368adf1ebb7595e85c5be7 /src | |
parent | fefe14fa3df706d6075074c33e9700090afb2d5e (diff) | |
download | vyos-1x-35a46e4abfcece1beefb898ebd7fcb688fc55de5.tar.gz vyos-1x-35a46e4abfcece1beefb898ebd7fcb688fc55de5.zip |
netplug: T5491: invoke DHCP helpers also on wifi interfaces
Diffstat (limited to 'src')
-rw-r--r-- | src/etc/netplug/netplugd.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/netplug/netplugd.conf b/src/etc/netplug/netplugd.conf index ab4d826d6..7da3c67e8 100644 --- a/src/etc/netplug/netplugd.conf +++ b/src/etc/netplug/netplugd.conf @@ -1,3 +1,4 @@ eth* br* bond* +wlan* |