From c0b6095856072604cf7da5864d349a56ec37b272 Mon Sep 17 00:00:00 2001 From: anlan_cs Date: Tue, 25 Jun 2024 14:32:44 +0800 Subject: [PATCH] ripd: adjust header for display command Continue to adjust `show ip rip` 's header for display comand. Signed-off-by: anlan_cs --- ripd/ripd.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ripd/ripd.c b/ripd/ripd.c index ab4ffe5a92..8768819fe2 100644 --- a/ripd/ripd.c +++ b/ripd/ripd.c @@ -3054,7 +3054,10 @@ DEFUN (show_ip_rip, } vty_out(vty, - "Codes: R - RIP, C - connected, S - Static, O - OSPF, B - BGP\n" + "Codes: K - kernel route, C - connected, L - local, S - static,\n" + " R - RIP, O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP,\n" + " T - Table, v - VNC, V - VNC-Direct, A - Babel, F - PBR,\n" + " f - OpenFabric, t - Table-Direct\n" "Sub-codes:\n" " (n) - normal, (s) - static, (d) - default, (r) - redistribute,\n" " (i) - interface\n\n" -- 2.39.5