]> git.proxmox.com Git - mirror_frr.git/commitdiff
bgpd: Fix warning
authorvivek <vivek@cumulusnetworks.com>
Tue, 6 Mar 2018 21:29:09 +0000 (21:29 +0000)
committervivek <vivek@cumulusnetworks.com>
Tue, 6 Mar 2018 21:29:09 +0000 (21:29 +0000)
Signed-off-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
bgpd/bgp_evpn.c

index 9e4a5172df341aa71cedd1f0d783f48c81504ee1..7122f2a095283bed61d7a99add7f7f0152a00ce3 100644 (file)
@@ -2939,8 +2939,7 @@ static int process_type3_route(struct peer *peer, afi_t afi, safi_t safi,
        if (attr &&
            (attr->flag & ATTR_FLAG_BIT(BGP_ATTR_PMSI_TUNNEL))) {
                if (attr->pmsi_tnl_type != PMSI_TNLTYPE_INGR_REPL) {
-                       zlog_warn("%u:%s - Rx EVPN Type-3 NLRI with "
-                                 "unsupported PTA %d",
+                       zlog_warn("%u:%s - Rx EVPN Type-3 NLRI with unsupported PTA %d",
                                  peer->bgp->vrf_id, peer->host,
                                  attr->pmsi_tnl_type);
                }