Page MenuHomeVyOS Platform

Remove "system ipv6 blacklist" option
Closed, ResolvedPublicBUG

Description

IPv6 can't be removed from the system anymore as Kernel modules like wireguard depend on it and always load IPv6 functionality when it is inserted.

Details

Version
1.3-rolling
Is it a breaking change?
Config syntax change (migratable)
Issue type
Feature (new functionality)

Event Timeline

c-po claimed this task.
c-po updated the task description. (Show Details)

I agree this should be killed.

As a sane alternative, maybe it makes sense to add a "disable" node as

interfaces ethernet eth0 ipv6 disable

That would set the sysctl, which is far more sane:

net.ipv6.conf.eth0.disable_ipv6 = 1

I know there are still people sticking their head in the sand about ipv6, and in many cases a way to forcibly disable ipv6 is still a requirement.

set system ipv6 disable can be used to globally disable IPv6 address assignment

This comment was removed by kroy.
c-po removed a project: VyOS 1.2 Crux (VyOS 1.2.5).
c-po moved this task from Need Triage to Finished on the VyOS 1.3 Equuleus board.
dmbaturin set Issue type to Feature (new functionality).Nov 8 2024, 10:49 AM