summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-03-22 12:11:49 +0100
committerGitHub <noreply@github.com>2020-03-22 12:11:49 +0100
commit5fe2877e539d62294d29e485d1a613b70685c39f (patch)
treed54719e620990aee62ce33544df36906ffac009e
parent9957f76f3aa7726b8b2b86c3e76a763da0b8d34f (diff)
downloadvyos-1x-5fe2877e539d62294d29e485d1a613b70685c39f.tar.gz
vyos-1x-5fe2877e539d62294d29e485d1a613b70685c39f.zip
module: add Intel iavf driver to load list
-rwxr-xr-xscripts/system/test_module_load.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/system/test_module_load.py b/scripts/system/test_module_load.py
index 598ea9882..59c3e0b6a 100755
--- a/scripts/system/test_module_load.py
+++ b/scripts/system/test_module_load.py
@@ -18,7 +18,7 @@ import os
import unittest
modules = {
- "intel": ["e1000", "e1000e", "igb", "ixgb", "ixgbe", "ixgbevf", "i40e", "i40evf"],
+ "intel": ["e1000", "e1000e", "igb", "ixgb", "ixgbe", "ixgbevf", "i40e", "i40evf", "iavf"],
"accel_ppp": ["ipoe", "vlan_mon"],
"misc": ["wireguard"]
}