]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_asbr.c
zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi message
[mirror_frr.git] / ospfd / ospf_asbr.c
index da5f485ef7ab1ff2ef774eb8b17614bb27d42709..ba2e04bf766b23b4f8daa2ad0e0b520fd6e3f9bd 100644 (file)
@@ -136,11 +136,11 @@ ospf_external_info_add(struct ospf *ospf, uint8_t type, unsigned short instance,
                        inet_ntop(AF_INET, (void *)&nexthop.s_addr, inetbuf,
                                  INET6_BUFSIZ);
                        if (IS_DEBUG_OSPF(lsa, LSA_GENERATE))
-                           zlog_debug(
-                                      "Redistribute[%s][%d][%u]: %s/%d discarding old info with NH %s.",
-                                      ospf_redist_string(type), instance,
-                                      ospf->vrf_id, inet_ntoa(p.prefix), p.prefixlen,
-                                      inetbuf);
+                               zlog_debug(
+                                       "Redistribute[%s][%d][%u]: %s/%d discarding old info with NH %s.",
+                                       ospf_redist_string(type), instance,
+                                       ospf->vrf_id, inet_ntoa(p.prefix),
+                                       p.prefixlen, inetbuf);
                        XFREE(MTYPE_OSPF_EXTERNAL_INFO, rn->info);
                        rn->info = NULL;
                }