mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 03:33:43 +00:00
Merge pull request #16229 from anlancs/ripd/fix-header-show
ripd/ripngd: use common header for display command
This commit is contained in:
commit
52376aa4b6
@ -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"
|
||||
|
@ -2070,7 +2070,10 @@ DEFUN (show_ipv6_ripng,
|
||||
|
||||
/* Header of display. */
|
||||
vty_out(vty,
|
||||
"Codes: R - RIPng, C - connected, S - Static, O - OSPF, B - BGP\n"
|
||||
"Codes: K - kernel route, C - connected, L - local, S - static,\n"
|
||||
" R - RIPng, 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, (a/S) - aggregated/Suppressed\n\n"
|
||||
|
@ -1,4 +1,7 @@
|
||||
Codes: R - RIP, C - connected, S - Static, O - OSPF, B - BGP
|
||||
Codes: K - kernel route, C - connected, L - local, S - static,
|
||||
R - RIP, O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP,
|
||||
T - Table, v - VNC, V - VNC-Direct, A - Babel, F - PBR,
|
||||
f - OpenFabric, t - Table-Direct
|
||||
Sub-codes:
|
||||
(n) - normal, (s) - static, (d) - default, (r) - redistribute,
|
||||
(i) - interface
|
||||
|
@ -1,4 +1,7 @@
|
||||
Codes: R - RIP, C - connected, S - Static, O - OSPF, B - BGP
|
||||
Codes: K - kernel route, C - connected, L - local, S - static,
|
||||
R - RIP, O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP,
|
||||
T - Table, v - VNC, V - VNC-Direct, A - Babel, F - PBR,
|
||||
f - OpenFabric, t - Table-Direct
|
||||
Sub-codes:
|
||||
(n) - normal, (s) - static, (d) - default, (r) - redistribute,
|
||||
(i) - interface
|
||||
|
@ -1,4 +1,7 @@
|
||||
Codes: R - RIP, C - connected, S - Static, O - OSPF, B - BGP
|
||||
Codes: K - kernel route, C - connected, L - local, S - static,
|
||||
R - RIP, O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP,
|
||||
T - Table, v - VNC, V - VNC-Direct, A - Babel, F - PBR,
|
||||
f - OpenFabric, t - Table-Direct
|
||||
Sub-codes:
|
||||
(n) - normal, (s) - static, (d) - default, (r) - redistribute,
|
||||
(i) - interface
|
||||
|
@ -1,4 +1,7 @@
|
||||
Codes: R - RIPng, C - connected, S - Static, O - OSPF, B - BGP
|
||||
Codes: K - kernel route, C - connected, L - local, S - static,
|
||||
R - RIPng, O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP,
|
||||
T - Table, v - VNC, V - VNC-Direct, A - Babel, F - PBR,
|
||||
f - OpenFabric, t - Table-Direct
|
||||
Sub-codes:
|
||||
(n) - normal, (s) - static, (d) - default, (r) - redistribute,
|
||||
(i) - interface, (a/S) - aggregated/Suppressed
|
||||
|
@ -1,4 +1,7 @@
|
||||
Codes: R - RIPng, C - connected, S - Static, O - OSPF, B - BGP
|
||||
Codes: K - kernel route, C - connected, L - local, S - static,
|
||||
R - RIPng, O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP,
|
||||
T - Table, v - VNC, V - VNC-Direct, A - Babel, F - PBR,
|
||||
f - OpenFabric, t - Table-Direct
|
||||
Sub-codes:
|
||||
(n) - normal, (s) - static, (d) - default, (r) - redistribute,
|
||||
(i) - interface, (a/S) - aggregated/Suppressed
|
||||
|
@ -1,4 +1,7 @@
|
||||
Codes: R - RIPng, C - connected, S - Static, O - OSPF, B - BGP
|
||||
Codes: K - kernel route, C - connected, L - local, S - static,
|
||||
R - RIPng, O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP,
|
||||
T - Table, v - VNC, V - VNC-Direct, A - Babel, F - PBR,
|
||||
f - OpenFabric, t - Table-Direct
|
||||
Sub-codes:
|
||||
(n) - normal, (s) - static, (d) - default, (r) - redistribute,
|
||||
(i) - interface, (a/S) - aggregated/Suppressed
|
||||
|
Loading…
Reference in New Issue
Block a user