summaryrefslogtreecommitdiff
path: root/python/xref2vtysh.py
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2024-01-27 05:42:34 +0200
committerGitHub <noreply@github.com>2024-01-27 05:42:34 +0200
commit3f96dcfa860aba598ac38d9a3cd5e5a917776043 (patch)
tree99db60967b6c49482759f6a13548bc50127144f1 /python/xref2vtysh.py
parent1254d5fc4e7d6b3717177fd353974a55b1777d4a (diff)
parente6eec072abd7088c09a23d0328ac9bc9fd00ad7e (diff)
Merge pull request #15240 from LabNConsulting/chopps/convert-ripngd
ripngd: convert ripngd to mgmtd
Diffstat (limited to 'python/xref2vtysh.py')
-rw-r--r--python/xref2vtysh.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/python/xref2vtysh.py b/python/xref2vtysh.py
index c52ae5b9a6..1760588ca8 100644
--- a/python/xref2vtysh.py
+++ b/python/xref2vtysh.py
@@ -206,10 +206,7 @@ class CommandEntry:
}
if defun_file == "lib/if_rmap.c":
- if v6_cmd:
- return {"VTYSH_RIPNGD"}
- else:
- return {"VTYSH_MGMTD"}
+ return {"VTYSH_MGMTD"}
return {}