Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(WIP) CP-3524 Enable IPv6 at boot time #236

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions files/common/etc/default/grub.d/override.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ GRUB_SERIAL_COMMAND="serial --speed=38400 --unit=0 --word=8 --parity=no --stop=1
#
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT mitigations=off"

#
# Disable IPv6 because it is not supported by the Delphix appliance. We
# do so here, and not from systemd-sysctl, because while configuring
# net.ipv6.conf.{default,all}.disable_ipv6 works for the currently
# installed interfaces, new interfaces don't pick up that parameter.
#
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT ipv6.disable=1"

#
# On Delphix appliance, disks should have 'noop' I/O scheduler since they
# would be under ZFS control.
Expand Down