]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Fix initialization check for bgp tests
authorroot <root@CL-build01.cumulusnetworks.com>
Fri, 18 Mar 2016 13:18:33 +0000 (13:18 +0000)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 18 Mar 2016 13:36:05 +0000 (09:36 -0400)
commit4c2620da59b1c21427ecbd9bd108a4b416d7d7b7
treeedbca909bcbdbca727c57efe1dc1ed934ef18c91
parentebf004583cb56ce231287d4027c1d3751c278e47
bgpd: Fix initialization check for bgp tests

With the vrf startup code put in place we've modified
bgp startup.  If we are running inside of the 'make check'
infrastructure zclient is going to be NULL since it is
not initialized yet nor do we really want to connect
to zebra.

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