diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-04 14:16:14 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-12-04 14:16:14 +0100 |
commit | 4a64349e3c02cb0c2f2105356d3de39843e45061 (patch) | |
tree | 2df643aa9ea097d15f196f56b80ff78d2ee6341a /interface-definitions | |
parent | a03b8e122cb639876e325603726fbe05c492088e (diff) | |
download | vyos-1x-4a64349e3c02cb0c2f2105356d3de39843e45061.tar.gz vyos-1x-4a64349e3c02cb0c2f2105356d3de39843e45061.zip |
pppoe: T3112: drop "ipv6 enable" option
IPv6 enable can be considered once the ipv6 node is present!
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/interfaces-pppoe.xml.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/interface-definitions/interfaces-pppoe.xml.in b/interface-definitions/interfaces-pppoe.xml.in index 38c01d434..7dccfbc9c 100644 --- a/interface-definitions/interfaces-pppoe.xml.in +++ b/interface-definitions/interfaces-pppoe.xml.in @@ -102,12 +102,6 @@ #include <include/ipv6-address-autoconf.xml.i> </children> </node> - <leafNode name="enable"> - <properties> - <help>Activate IPv6 support on this connection</help> - <valueless/> - </properties> - </leafNode> </children> </node> <leafNode name="source-interface"> |