Remove obsolete IPv6 turnoff

Turning off IPv6 by aliasing `net-pf-10` to `off` does not work anymore.
Also, turning off IPv6 on system level breaks apps depending on IPv6
loopback or IPv6 link-local addresssing and creates issues in both
dual-stack and IPv6-only environments.

Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
pull/300/head
Ondřej Caletka 2019-06-29 11:49:56 +02:00
parent 3c559aeb56
commit 668c9bdc01
No known key found for this signature in database
GPG Key ID: 2C885569A6A64AE7
2 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,5 @@
#!/bin/bash -e
install -m 644 files/ipv6.conf "${ROOTFS_DIR}/etc/modprobe.d/ipv6.conf"
install -m 644 files/hostname "${ROOTFS_DIR}/etc/hostname"
ln -sf /dev/null "${ROOTFS_DIR}/etc/systemd/network/99-default.link"

View File

@ -1,3 +0,0 @@
# Don't load ipv6 by default
alias net-pf-10 off
#alias ipv6 off