summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/test_interfaces_pppoe.py
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-12-04 14:16:14 +0100
committerChristian Poessinger <christian@poessinger.com>2020-12-04 14:16:14 +0100
commit4a64349e3c02cb0c2f2105356d3de39843e45061 (patch)
tree2df643aa9ea097d15f196f56b80ff78d2ee6341a /smoketest/scripts/cli/test_interfaces_pppoe.py
parenta03b8e122cb639876e325603726fbe05c492088e (diff)
downloadvyos-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 'smoketest/scripts/cli/test_interfaces_pppoe.py')
-rwxr-xr-xsmoketest/scripts/cli/test_interfaces_pppoe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_interfaces_pppoe.py b/smoketest/scripts/cli/test_interfaces_pppoe.py
index 822f05de6..ec256cb43 100755
--- a/smoketest/scripts/cli/test_interfaces_pppoe.py
+++ b/smoketest/scripts/cli/test_interfaces_pppoe.py
@@ -108,7 +108,7 @@ class PPPoEInterfaceTest(unittest.TestCase):
self.session.set(base_path + [interface, 'default-route', 'none'])
self.session.set(base_path + [interface, 'no-peer-dns'])
self.session.set(base_path + [interface, 'source-interface', self._source_interface])
- self.session.set(base_path + [interface, 'ipv6', 'enable'])
+ self.session.set(base_path + [interface, 'ipv6', 'address', 'autoconf'])
# prefix delegation stuff
dhcpv6_pd_base = base_path + [interface, 'dhcpv6-options', 'pd', '0']