1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-15 05:57:26 +03:00

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.

(cherry picked from commit a1af99df8e29ffb55b0c698eeda2c9bf795fc0e1)
(cherry picked from commit db2193609e554732c0288ccf27d5e58083f9219c)
(cherry picked from commit 0a48f8ac7b0e4cf288b9f2aa05257424d2926288)
This commit is contained in:
Franck Bui 2023-10-20 19:54:53 +02:00 committed by Luca Boccassi
parent 689f4410bc
commit 07ec2e08f0

View File

@ -1035,6 +1035,7 @@ install_modules() {
if get_bool "$LOOKS_LIKE_SUSE"; then
instmods ext4
instmods af_packet
fi
}