diff options
| author | anlan_cs <vic.lan@pica8.com> | 2024-06-25 14:32:44 +0800 | 
|---|---|---|
| committer | anlan_cs <vic.lan@pica8.com> | 2024-07-05 09:32:50 +0800 | 
| commit | c0b6095856072604cf7da5864d349a56ec37b272 (patch) | |
| tree | 31cfd5a8dc877c64acc5fc3f0ca4eb7f4a9d712b /ripd | |
| parent | 2aa27ac0e935286ef8ee1f3d8f3dd12960683810 (diff) | |
ripd: adjust header for display command
Continue to adjust `show ip rip` 's header for display comand.
Signed-off-by: anlan_cs <vic.lan@pica8.com>
Diffstat (limited to 'ripd')
| -rw-r--r-- | ripd/ripd.c | 5 | 
1 files changed, 4 insertions, 1 deletions
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"  | 
