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/include/ipv6-address.xml.i | |
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/include/ipv6-address.xml.i')
-rw-r--r-- | interface-definitions/include/ipv6-address.xml.i | 31 |
1 files changed, 6 insertions, 25 deletions
diff --git a/interface-definitions/include/ipv6-address.xml.i b/interface-definitions/include/ipv6-address.xml.i index 26ac1d374..276456248 100644 --- a/interface-definitions/include/ipv6-address.xml.i +++ b/interface-definitions/include/ipv6-address.xml.i @@ -1,31 +1,12 @@ <!-- included start from ipv6-address.xml.i --> <node name="address"> + <properties> + <help>IPv6 address configuration modes</help> + </properties> <children> - <leafNode name="autoconf"> - <properties> - <help>Enable acquisition of IPv6 address using stateless autoconfig (SLAAC)</help> - <valueless/> - </properties> - </leafNode> - <leafNode name="eui64"> - <properties> - <help>Prefix for IPv6 address with MAC-based EUI-64</help> - <valueHelp> - <format>ipv6net</format> - <description>IPv6 network and prefix length</description> - </valueHelp> - <constraint> - <validator name="ipv6-prefix"/> - </constraint> - <multi/> - </properties> - </leafNode> - <leafNode name="no-default-link-local"> - <properties> - <help>Remove the default link-local address from the interface</help> - <valueless/> - </properties> - </leafNode> + #include <include/ipv6-address-autoconf.xml.i> + #include <include/ipv6-address-eui64.xml.i> + #include <include/ipv6-address-no-default-link-local.xml.i> </children> </node> <!-- included end --> |