summaryrefslogtreecommitdiffstats
path: root/ripd
diff options
context:
space:
mode:
Diffstat (limited to 'ripd')
-rw-r--r--ripd/ripd.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/ripd/ripd.c b/ripd/ripd.c
index ab4ffe5a..8768819f 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"