Skip to content

Commit

Permalink
ripd: adjust header for display command
Browse files Browse the repository at this point in the history
Continue commit `03e4260`, adjust `show ip rip` 's header for display comand.
  • Loading branch information
anlancs committed Jun 25, 2024
1 parent e5eaf09 commit 82e516b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ripd/ripd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 82e516b

Please sign in to comment.