summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/test_protocols_rip.py
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-02-27 16:06:24 +0100
committerGitHub <noreply@github.com>2025-02-27 16:06:24 +0100
commit8597bed9fec3ed3b610b38a2d1615eacc66185f6 (patch)
tree80c404b4af724772eb28ef5ad3e46c01d847048c /smoketest/scripts/cli/test_protocols_rip.py
parent37ec095d61c6ac9622926f6495ffed5719da7fb2 (diff)
parent46caac506c2843bf1e1eaeb5d4e0eb9928ce876b (diff)
downloadvyos-1x-8597bed9fec3ed3b610b38a2d1615eacc66185f6.tar.gz
vyos-1x-8597bed9fec3ed3b610b38a2d1615eacc66185f6.zip
Merge pull request #4372 from aapostoliuk/T7118-circinus
T7118: Added the ability to redistribute NHRP routes to other protocols
Diffstat (limited to 'smoketest/scripts/cli/test_protocols_rip.py')
-rwxr-xr-xsmoketest/scripts/cli/test_protocols_rip.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/smoketest/scripts/cli/test_protocols_rip.py b/smoketest/scripts/cli/test_protocols_rip.py
index 671ef8cd5..27b543803 100755
--- a/smoketest/scripts/cli/test_protocols_rip.py
+++ b/smoketest/scripts/cli/test_protocols_rip.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
-# Copyright (C) 2021-2023 VyOS maintainers and contributors
+# Copyright (C) 2021-2025 VyOS maintainers and contributors
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 or later as
@@ -82,7 +82,7 @@ class TestProtocolsRIP(VyOSUnitTestSHIM.TestCase):
interfaces = Section.interfaces('ethernet')
neighbors = ['1.2.3.4', '1.2.3.5', '1.2.3.6']
networks = ['10.0.0.0/8', '172.16.0.0/12', '192.168.0.0/16']
- redistribute = ['bgp', 'connected', 'isis', 'kernel', 'ospf', 'static']
+ redistribute = ['bgp', 'connected', 'isis', 'kernel', 'nhrp', 'ospf', 'static']
timer_garbage = '888'
timer_timeout = '1000'
timer_update = '90'