Page MenuHomeVyOS Platform

SSTP / L2TP ipv6 support broken
Closed, ResolvedPublicFEATURE REQUEST

Description

Hi,

In /usr/share/vyos/templates/accel-ppp/config_modules_ipv6.j2 there is a conditional:

{% if ppp_options.ipv6 is defined and ppp_options.ipv6 != 'deny' %}

This can never be set as this option is not supported. Supposedly config_ipv6_pool.j2 uses

{% if client_ipv6_pool is defined and client_ipv6_pool is not none %}

for same purpose. So please either add option or edit the template.

Details

Difficulty level
Easy (less than an hour)
Version
1.4-rolling-202106180936
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible

Event Timeline

primoz updated the task description. (Show Details)

Those are common Jinja2 remplates included by multiple other sources. It simply looks that the XML definitions are missing to make this feature work. https://github.com/vyos/vyos-1x/blob/current/interface-definitions/vpn_sstp.xml.in

Viacheslav changed the subtype of this task from "Bug" to "Feature Request".Jun 21 2021, 8:50 PM
Viacheslav added a project: VyOS 1.4 Sagitta.
Viacheslav changed the task status from Open to Needs testing.Jun 22 2021, 12:56 PM
Viacheslav claimed this task.