From: paco Date: Thu, 28 Jun 2018 13:39:59 +0000 (+0200) Subject: bgpd: copy-paste error (Coverity 1399219) X-Git-Tag: frr-6.1-dev~227^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=f86285ffefb075414718ace7338fd7ee7155df1c;p=mirror%2Ffrr.git bgpd: copy-paste error (Coverity 1399219) Signed-off-by: F. Aragon --- diff --git a/bgpd/rfapi/bgp_rfapi_cfg.c b/bgpd/rfapi/bgp_rfapi_cfg.c index 491741a35b..8553846c90 100644 --- a/bgpd/rfapi/bgp_rfapi_cfg.c +++ b/bgpd/rfapi/bgp_rfapi_cfg.c @@ -4519,7 +4519,7 @@ void bgp_rfapi_show_summary(struct bgp *bgp, struct vty *vty) if (VNC_EXPORT_ZEBRA_GRP_ENABLED(hc)) { redist++; vty_out(vty, "%sToZebra Groups={", (redist == 1 ? "" : " ")); - if (hc->rfg_export_direct_bgp_l) { + if (hc->rfg_export_zebra_l) { int cnt = 0; struct listnode *node, *nnode; struct rfapi_rfg_name *rfgn;