]> git.puffer.fish Git - matthieu/frr.git/commitdiff
ripd: adjust header for display command
authoranlan_cs <vic.lan@pica8.com>
Tue, 25 Jun 2024 06:32:44 +0000 (14:32 +0800)
committeranlan_cs <vic.lan@pica8.com>
Fri, 5 Jul 2024 01:32:50 +0000 (09:32 +0800)
Continue to adjust `show ip rip` 's header for display comand.

Signed-off-by: anlan_cs <vic.lan@pica8.com>
ripd/ripd.c

index ab4ffe5a921d1a673e2dce4675a894cc954dd48f..8768819fe26c3ce94bb13f3ca73ae7113e615da0 100644 (file)
@@ -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"