]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: install af_packet kernel module on openSUSE
authorFranck Bui <fbui@suse.com>
Fri, 20 Oct 2023 17:54:53 +0000 (19:54 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sat, 21 Oct 2023 10:39:10 +0000 (11:39 +0100)
Currently needed by test-dhcp-server unit test, af_packet is not built-in on
openSUSE distributions.

test/test-functions

index 7461703e85592ff404da2d20f956340838a04637..0c90a310a1af263c101aa10280e591adb2640824 100644 (file)
@@ -1120,7 +1120,7 @@ install_modules() {
     instmods scsi_debug
 
     if get_bool "$LOOKS_LIKE_SUSE"; then
-        instmods ext4
+        instmods ext4 af_packet
     fi
 }