From a8b62811199b6c4e5d86439cd0fc9e9c18dc027b Mon Sep 17 00:00:00 2001 From: onions-knight <38859709+onions-knight@users.noreply.github.com> Date: Mon, 19 Aug 2019 11:30:57 +0000 Subject: [PATCH] Update uncommon-network-protocols.conf Removing llc from blacklisted network protocols as it is needed by KVM for networking. See https://hub.packtpub.com/kvm-networking-libvirt/ and https://forums.whonix.org/t/whonix-desktop-installer-with-calamares-field-report/7350/107 --- etc/modprobe.d/uncommon-network-protocols.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/modprobe.d/uncommon-network-protocols.conf b/etc/modprobe.d/uncommon-network-protocols.conf index 008e207..2401951 100644 --- a/etc/modprobe.d/uncommon-network-protocols.conf +++ b/etc/modprobe.d/uncommon-network-protocols.conf @@ -22,5 +22,4 @@ install ipx /bin/true install appletalk /bin/true install psnap /bin/true install p8023 /bin/true -install llc /bin/true install p8022 /bin/true