summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-10-09 17:16:05 +0200
committerChristian Breunig <christian@breunig.cc>2025-10-09 17:16:05 +0200
commitfb9f2f3e95036b75863c184e64aae14d086a32ba (patch)
treebe8132b712d79907374172289d1f507b4f2842d6 /interface-definitions
parent0c5809588980a198a02ebfb70a459d519af0001e (diff)
downloadvyos-1x-fb9f2f3e95036b75863c184e64aae14d086a32ba.tar.gz
vyos-1x-fb9f2f3e95036b75863c184e64aae14d086a32ba.zip
pppoe: T7485: allow explicit request for CPE IPv6 address via IA_NA
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/interfaces_pppoe.xml.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/interface-definitions/interfaces_pppoe.xml.in b/interface-definitions/interfaces_pppoe.xml.in
index 66a774e21..790cee632 100644
--- a/interface-definitions/interfaces_pppoe.xml.in
+++ b/interface-definitions/interfaces_pppoe.xml.in
@@ -16,6 +16,21 @@
</valueHelp>
</properties>
<children>
+ <leafNode name="address">
+ <properties>
+ <help>IP address</help>
+ <completionHelp>
+ <list>dhcpv6</list>
+ </completionHelp>
+ <valueHelp>
+ <format>dhcpv6</format>
+ <description>Dynamic Host Configuration Protocol for IPv6</description>
+ </valueHelp>
+ <constraint>
+ <regex>(dhcpv6)</regex>
+ </constraint>
+ </properties>
+ </leafNode>
#include <include/pppoe-access-concentrator.xml.i>
#include <include/interface/authentication.xml.i>
#include <include/interface/dial-on-demand.xml.i>