]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_aspath.c
*: require semicolon after DEFINE_<typesafe...>
[mirror_frr.git] / bgpd / bgp_aspath.c
index 44962f5af3e9ec68ad0bbcccbbbbd1c7134e17af..5cf3c60fa2cd97d5467ec180698455a62f153f25 100644 (file)
@@ -1723,8 +1723,7 @@ struct aspath *aspath_reconcile_as4(struct aspath *aspath,
                        if (hops < seg->length) {
                                if (BGP_DEBUG(as4, AS4))
                                        zlog_debug(
-                                               "[AS4] AS4PATHmangle: AS_CONFED_SEQUENCE falls"
-                                               " across 2/4 ASN boundary somewhere, broken..");
+                                               "[AS4] AS4PATHmangle: AS_CONFED_SEQUENCE falls across 2/4 ASN boundary somewhere, broken..");
                                hops = seg->length;
                        }
                /* fallthru */