diff options
| author | Christian Hopps <chopps@labn.net> | 2024-01-19 16:40:12 +0000 |
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2024-01-26 12:34:46 -0500 |
| commit | 83abe9c3cb9acd610dcdf8341374428df5ea9093 (patch) | |
| tree | a55b83177da6b9f0ef907e4d8c5d97b61e6e61f5 /python/xref2vtysh.py | |
| parent | d79ca934eb4c8084324ae8a570fc68d2b861b47d (diff) | |
ripd: ripd convert to mgmtd
Signed-off-by: Christian Hopps <chopps@labn.net>
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 {} |
