diff options
author | Christian Breunig <christian@breunig.cc> | 2024-03-03 21:31:46 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-03-03 21:31:46 +0100 |
commit | 6a97fdfa1ba9b4135a51498ea5acabb804256b2c (patch) | |
tree | 09aa59ac6e2f33dc5142a3e628e15c39a358c607 /smoketest/scripts/cli | |
parent | 256e939b2cd308e1e8be9dd72ccec6e87d58504b (diff) | |
download | vyos-1x-6a97fdfa1ba9b4135a51498ea5acabb804256b2c.tar.gz vyos-1x-6a97fdfa1ba9b4135a51498ea5acabb804256b2c.zip |
ospfv3: T6087: add support to redistribute IS-IS routes
Diffstat (limited to 'smoketest/scripts/cli')
-rwxr-xr-x | smoketest/scripts/cli/test_protocols_ospfv3.py | 2 |
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']) |