Skip to content
Snippets Groups Projects
Commit 83e7ea2a authored by Bob Lantz's avatar Bob Lantz
Browse files

Correction: blacklist.conf -> blacklist

On debian, the module blacklist is blacklist, not
blacklist.conf.
parent 6ef2973f
No related branches found
No related tags found
No related merge requests found
...@@ -120,8 +120,8 @@ function of { ...@@ -120,8 +120,8 @@ function of {
# Remove avahi-daemon, which may cause unwanted discovery packets to be sent during tests, near link status changes: # Remove avahi-daemon, which may cause unwanted discovery packets to be sent during tests, near link status changes:
sudo apt-get remove -y avahi-daemon sudo apt-get remove -y avahi-daemon
# Disable IPv6. Add to /etc/modprobe.d/blacklist.conf: # Disable IPv6. Add to /etc/modprobe.d/blacklist:
sudo sh -c "echo -e 'blacklist net-pf-10\nblacklist ipv6' >> /etc/modprobe.d/blacklist.conf" sudo sh -c "echo -e 'blacklist net-pf-10\nblacklist ipv6' >> /etc/modprobe.d/blacklist"
} }
# Install OpenVSwitch # Install OpenVSwitch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment