diff options
Diffstat (limited to 'python/xref2vtysh.py')
| -rw-r--r-- | python/xref2vtysh.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/xref2vtysh.py b/python/xref2vtysh.py index edaa2945ce..c52ae5b9a6 100644 --- a/python/xref2vtysh.py +++ b/python/xref2vtysh.py @@ -209,7 +209,7 @@ class CommandEntry: if v6_cmd: return {"VTYSH_RIPNGD"} else: - return {"VTYSH_RIPD"} + return {"VTYSH_MGMTD"} return {} |
