summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-01-25 11:50:52 +0100
committerChristian Poessinger <christian@poessinger.com>2020-01-25 11:50:52 +0100
commitecd4207f5620795356768f4235d0af8c6ab90248 (patch)
tree976a9964a74e8e0efc81127a275c817d0311b099
parentb6ad4c9908b03cc9cbb5d1173476984b08b68222 (diff)
downloadvyos-1x-ecd4207f5620795356768f4235d0af8c6ab90248.tar.gz
vyos-1x-ecd4207f5620795356768f4235d0af8c6ab90248.zip
interface: adjust comments in BondInterfaceTest
-rwxr-xr-xscripts/cli/test_interfaces.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/cli/test_interfaces.py b/scripts/cli/test_interfaces.py
index 1f96bdfc6..8b1318791 100755
--- a/scripts/cli/test_interfaces.py
+++ b/scripts/cli/test_interfaces.py
@@ -72,8 +72,8 @@ class BondInterfaceTest(BasicInterfaceTest.BaseTest):
for intf in self._interfaces:
for member in members:
# We can not enslave an interface when there is an address
- # assigned - thus we do not allow it in case someone
- # runs vyos-smoketest on his production device
+ # assigned - take care here - or find them dynamically if a user
+ # runs vyos-smoketest on his production device?
self.session.set(self._base_path + [intf, 'member', 'interface', member])
self.session.commit()