]> git.proxmox.com Git - mirror_frr.git/commit
ospfd: interface name and ip address can be 32 bytes
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 25 Oct 2019 13:06:26 +0000 (09:06 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 4 Dec 2019 19:23:20 +0000 (14:23 -0500)
commitc84355a93212939e98084137aa927ab911305614
tree2e79684a17965eb163f4c7674ae62a827af09db0
parente302caaa818a2e582a98f16eaa807bc3928bf617
ospfd: interface name and ip address can be 32 bytes

We are only saving 20 bytes of string output for ospf neighbor
commands.  Fixed output:

act-7326-05# show ip ospf vrf vrf1012 neighbor all
VRF Name: vrf1012

Neighbor ID     Pri State           Dead Time Address         Interface                        RXmtL RqstL DBsmL
9.9.12.11         1 Full/DROther      39.973s 200.254.2.10    swp49s0.2:200.254.2.9                4     0     0
9.9.12.12         1 Full/DROther      39.995s 200.254.2.14    swp49s1.2:200.254.2.13               9     0     0
9.9.12.13         1 Exchange/DROthe   39.981s 200.254.2.18    swp49s2.2:200.254.2.17             157     0     0

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