Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ripd/ripngd: adjust header for display command
Both rip and ripng can import routes from other protocols, e.g. ISIS. But their header doesn't list the description for these abbreviations. Adjust `show ip rip` (and `show ipv6 ripng`) 's header for display command. Before: ``` Codes: R - RIP, C - connected, S - Static, O - OSPF, B - BGP Sub-codes: (n) - normal, (s) - static, (d) - default, (r) - redistribute, (i) - interface ``` After: ``` 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 ``` Signed-off-by: anlan_cs <[email protected]>
- Loading branch information