]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
modprobe.d: expand drop-in to handle dummy0 as well (#7099)
authorMantas Mikulėnas <grawity@gmail.com>
Mon, 16 Oct 2017 15:17:47 +0000 (18:17 +0300)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 16 Oct 2017 15:17:47 +0000 (17:17 +0200)
modprobe.d/systemd.conf

index d32f3ce3ea65e931c518ce6afa9b94cc0114f3d7..3b0a49a0e69b46db3f411a5bf0034ebfd1c614cb 100644 (file)
@@ -12,3 +12,7 @@
 # networkd/NM/etc. Therefore disable bond0 creation.
 
 options bonding max_bonds=0
+
+# Do the same for dummy0.
+
+options dummy numdummies=0