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 539ca85 commit eaf7688Copy full SHA for eaf7688
napalm/eos/eos.py
@@ -1742,7 +1742,7 @@ def traceroute(
1742
commands = []
1743
1744
if vrf:
1745
- commands.append("routing-context vrf {vrf}".format(vrf=vrf))
+ commands.append("cli vrf {vrf}".format(vrf=vrf))
1746
1747
if source:
1748
source_opt = "-s {source}".format(source=source)
@@ -2248,7 +2248,7 @@ def ping(
2248
2249
2250
2251
2252
2253
command = "ping {}".format(destination)
2254
command += " timeout {}".format(timeout)
0 commit comments