diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-04 14:05:50 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-12-04 14:05:50 +0100 |
commit | a03b8e122cb639876e325603726fbe05c492088e (patch) | |
tree | d9f56b474b3ee90d0fc8f42747971c83c051e287 /interface-definitions/interfaces-pppoe.xml.in | |
parent | f8c01ef3cf31e9d0fe57a51e32a7352079d0d7e7 (diff) | |
download | vyos-1x-a03b8e122cb639876e325603726fbe05c492088e.tar.gz vyos-1x-a03b8e122cb639876e325603726fbe05c492088e.zip |
pppoe: T1579: reorganize "ipv6" CLI node include files
Switch to common source file for "ipv6 address autoconf"
Diffstat (limited to 'interface-definitions/interfaces-pppoe.xml.in')
-rw-r--r-- | interface-definitions/interfaces-pppoe.xml.in | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/interface-definitions/interfaces-pppoe.xml.in b/interface-definitions/interfaces-pppoe.xml.in index acb26b18b..38c01d434 100644 --- a/interface-definitions/interfaces-pppoe.xml.in +++ b/interface-definitions/interfaces-pppoe.xml.in @@ -90,18 +90,16 @@ </children> </node> <node name="ipv6"> + <properties> + <help>IPv6 routing parameters</help> + </properties> <children> <node name="address"> <properties> <help>IPv6 address configuration modes</help> </properties> <children> - <leafNode name="autoconf"> - <properties> - <help>Enable Stateless Address Autoconfiguration (SLAAC)</help> - <valueless/> - </properties> - </leafNode> + #include <include/ipv6-address-autoconf.xml.i> </children> </node> <leafNode name="enable"> |