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 17e0aeb commit 1403b00Copy full SHA for 1403b00
napalm/eos/eos.py
@@ -1687,7 +1687,7 @@ def traceroute(
1687
commands = []
1688
1689
if vrf:
1690
- commands.append("routing-context vrf {vrf}".format(vrf=vrf))
+ commands.append("cli vrf {vrf}".format(vrf=vrf))
1691
1692
if source:
1693
source_opt = "-s {source}".format(source=source)
@@ -2193,7 +2193,7 @@ def ping(
2193
2194
2195
2196
2197
2198
command = "ping {}".format(destination)
2199
command += " timeout {}".format(timeout)
0 commit comments