From e6eec072abd7088c09a23d0328ac9bc9fd00ad7e Mon Sep 17 00:00:00 2001 From: Christian Hopps Date: Fri, 26 Jan 2024 17:40:55 -0500 Subject: ripngd: convert ripngd to mgmtd - a couple small fixes for ripd conversion as well. Signed-off-by: Christian Hopps --- python/xref2vtysh.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'python/xref2vtysh.py') 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 {} -- cgit v1.2.3