summaryrefslogtreecommitdiff
path: root/data/templates/accel-ppp/l2tp.config.j2
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-02-01 20:57:21 +0100
committerGitHub <noreply@github.com>2024-02-01 20:57:21 +0100
commit9109a5603963216180f6d6fe09820ee1ba227ade (patch)
tree644c63f9cc3922d414ed81d0590f5f6d84c2d707 /data/templates/accel-ppp/l2tp.config.j2
parentc7e01e3e9b6b4a598e85f709ebcb8118e50494c3 (diff)
parent489bbde7131b24e756fc052bae096322ad9e6059 (diff)
downloadvyos-1x-9109a5603963216180f6d6fe09820ee1ba227ade.tar.gz
vyos-1x-9109a5603963216180f6d6fe09820ee1ba227ade.zip
Merge pull request #2916 from vyos/mergify/bp/sagitta/pr-2832
T5865: Moved ipv6 pools to named ipv6 pools in accel-ppp (backport #2832)
Diffstat (limited to 'data/templates/accel-ppp/l2tp.config.j2')
-rw-r--r--data/templates/accel-ppp/l2tp.config.j24
1 files changed, 4 insertions, 0 deletions
diff --git a/data/templates/accel-ppp/l2tp.config.j2 b/data/templates/accel-ppp/l2tp.config.j2
index 49755254a..f041e278e 100644
--- a/data/templates/accel-ppp/l2tp.config.j2
+++ b/data/templates/accel-ppp/l2tp.config.j2
@@ -51,6 +51,10 @@ host-name={{ lns.host_name }}
{% if default_pool is vyos_defined %}
ip-pool={{ default_pool }}
{% endif %}
+{% if default_ipv6_pool is vyos_defined %}
+ipv6-pool={{ default_ipv6_pool }}
+ipv6-pool-delegate={{ default_ipv6_pool }}
+{% endif %}
[client-ip-range]
0.0.0.0/0