From: Franck Bui Date: Fri, 20 Oct 2023 17:54:53 +0000 (+0200) Subject: test: install af_packet kernel module on openSUSE X-Git-Tag: v255-rc1~172 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1af99df8e29ffb55b0c698eeda2c9bf795fc0e1;p=thirdparty%2Fsystemd.git test: install af_packet kernel module on openSUSE Currently needed by test-dhcp-server unit test, af_packet is not built-in on openSUSE distributions. --- diff --git a/test/test-functions b/test/test-functions index 7461703e855..0c90a310a1a 100644 --- a/test/test-functions +++ b/test/test-functions @@ -1120,7 +1120,7 @@ install_modules() { instmods scsi_debug if get_bool "$LOOKS_LIKE_SUSE"; then - instmods ext4 + instmods ext4 af_packet fi }