We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4e423 commit 9cdf72aCopy full SHA for 9cdf72a
tests/test_itd_service.rb
@@ -101,7 +101,7 @@ def test_ingress_interface
101
# The next-hop setting as part of the ingress_interface
102
# is not needed for n9k and in the latest images is not
103
# even supported by the cli.
104
- if Platform.image_version[/9.\d+/]
+ if Platform.image_version[/9\.\d+/]
105
next_hop1 = ''
106
next_hop2 = ''
107
next_hop3 = ''
0 commit comments