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

Difficulty level
Easy (less than an hour)
Version
1.3-rolling
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Config syntax change (migratable)
Issue type
Improvement (missing useful functionality)

Event Timeline

c-po created 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.
erkin set Issue type to Improvement (missing useful functionality).Aug 31 2021, 6:00 PM