summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/test_protocols_ospfv3.py
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-03-03 21:31:46 +0100
committerChristian Breunig <christian@breunig.cc>2024-03-03 21:31:46 +0100
commit6a97fdfa1ba9b4135a51498ea5acabb804256b2c (patch)
tree09aa59ac6e2f33dc5142a3e628e15c39a358c607 /smoketest/scripts/cli/test_protocols_ospfv3.py
parent256e939b2cd308e1e8be9dd72ccec6e87d58504b (diff)
downloadvyos-1x-6a97fdfa1ba9b4135a51498ea5acabb804256b2c.tar.gz
vyos-1x-6a97fdfa1ba9b4135a51498ea5acabb804256b2c.zip
ospfv3: T6087: add support to redistribute IS-IS routes
Diffstat (limited to 'smoketest/scripts/cli/test_protocols_ospfv3.py')
-rwxr-xr-xsmoketest/scripts/cli/test_protocols_ospfv3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_protocols_ospfv3.py b/smoketest/scripts/cli/test_protocols_ospfv3.py
index a9894009d..989e1552d 100755
--- a/smoketest/scripts/cli/test_protocols_ospfv3.py
+++ b/smoketest/scripts/cli/test_protocols_ospfv3.py
@@ -118,7 +118,7 @@ class TestProtocolsOSPFv3(VyOSUnitTestSHIM.TestCase):
metric_type = '1'
route_map = 'foo-bar'
route_map_seq = '10'
- redistribute = ['bgp', 'connected', 'kernel', 'ripng', 'static']
+ redistribute = ['babel', 'bgp', 'connected', 'isis', 'kernel', 'ripng', 'static']
self.cli_set(['policy', 'route-map', route_map, 'rule', route_map_seq, 'action', 'permit'])