Skip to content

Commit

Permalink
Remove obsolete IPv6 turnoff (#300)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
oskar456 authored and XECDesign committed Jul 1, 2019
1 parent 4ca539c commit 3db1168
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion stage1/02-net-tweaks/00-run.sh
Original file line number Diff line number Diff line change
@@ -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"
3 changes: 0 additions & 3 deletions stage1/02-net-tweaks/files/ipv6.conf

This file was deleted.

0 comments on commit 3db1168

Please sign in to comment.