diff options
Diffstat (limited to 'python/xref2vtysh.py')
| -rw-r--r-- | python/xref2vtysh.py | 5 |
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 {} |
