summaryrefslogtreecommitdiff
path: root/cloudinit/net/network_state.py
diff options
context:
space:
mode:
authorChris Patterson <cpatterson@microsoft.com>2023-05-10 12:05:15 -0700
committerGitHub <noreply@github.com>2023-05-10 14:05:15 -0500
commit0c4d53f2b756c8ecc3c17e3403ba66ebb5ce1560 (patch)
treebb6e0786c6e7018bbb9df9511a19659698434a13 /cloudinit/net/network_state.py
parent642276120355b99d2c0e6ebdcdb090b18faa4c66 (diff)
downloadcloud-init-git-0c4d53f2b756c8ecc3c17e3403ba66ebb5ce1560.tar.gz
net: purge blacklist_drivers across net and azure (#2160)
It was only used by Hyper-V which now has a filtering mechanism that does not require the use of a denylist. This exposed some issues with tests misspelling "hv_netvsc" and using unmatched mac addresses. This fixes those to work with the current filter that does not rely on the driver name. Signed-off-by: Chris Patterson <cpatterson@microsoft.com>
Diffstat (limited to 'cloudinit/net/network_state.py')
-rw-r--r--cloudinit/net/network_state.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/net/network_state.py b/cloudinit/net/network_state.py
index 158a2951..40b1ee0f 100644
--- a/cloudinit/net/network_state.py
+++ b/cloudinit/net/network_state.py
@@ -675,7 +675,7 @@ class NetworkStateInterpreter(metaclass=CommandHandlerMeta):
eno1:
match:
macaddress: 00:11:22:33:44:55
- driver: hv_netsvc
+ driver: hv_netvsc
wakeonlan: true
dhcp4: true
dhcp6: false