]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Fix crash in 'show ip nexthop'
authorDonald Sharp <sharpd@cumulusnetwroks.com>
Mon, 5 Sep 2016 00:05:16 +0000 (20:05 -0400)
committerDonald Sharp <sharpd@cumulusnetwroks.com>
Mon, 5 Sep 2016 00:05:16 +0000 (20:05 -0400)
commit0adfc788726fcc9585b01d56927a226ab7f86884
tree1c4267781a2570caf7aae3ec67d0dd8ff75b8bf5
parent8b7131f0b76cb792e18d085419befd80d739df3a
bgpd: Fix crash in 'show ip nexthop'

With the addition of the AFI_ETHER we need
to initialize the appropriate tables for
nexthop's.

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