]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_routemap.c
zebra: Fix `show ip nexthop route-map` and `show ip protocol`
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 23 Nov 2019 01:14:21 +0000 (20:14 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 23 Nov 2019 01:14:21 +0000 (20:14 -0500)
commit59f8141924d15ea3760d1cf888324eba77455fd0
tree18781bbbcf0501b72682f9305613d8043256ebaa
parent0037287bee3aed680824389f57fc6fc821f1cdb6
zebra: Fix `show ip nexthop route-map` and `show ip protocol`

These commands were not properly lining up in their columns.
Fix this.

After:
VRF: default
Protocol                  : route-map
-------------------------------------
bgp                       : NO_INSTALL
vnc-direct                : none
vnc-rn                    : none
bgp-direct                : none
bgp-direct-to-nve-groups  : none

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/zebra_routemap.c