diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-13 18:56:04 +0000 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-13 18:56:04 +0000 | 
| commit | cf444bcf40ca0c93402bdd79edafc7854512d92e (patch) | |
| tree | fe00f8c3ef6a31732407142b799f41992de5e6ec /ospfd/ospf_abr.c | |
| parent | e50f7cfdbd6d085cef2e2b60a213af8b971c4c93 (diff) | |
ospfd: OSPF_[ERR|WARN] -> EC_OSPF
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'ospfd/ospf_abr.c')
| -rw-r--r-- | ospfd/ospf_abr.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/ospfd/ospf_abr.c b/ospfd/ospf_abr.c index 8cd61a4a9d..870037efc0 100644 --- a/ospfd/ospf_abr.c +++ b/ospfd/ospf_abr.c @@ -743,7 +743,7 @@ void ospf_abr_announce_network_to_area(struct prefix_ipv4 *p, uint32_t cost,  				prefix2str((struct prefix *)p, buf,  					   sizeof(buf)); -				flog_warn(OSPF_WARN_LSA_MISSING, +				flog_warn(EC_OSPF_LSA_MISSING,  					  "%s: Could not refresh %s to %s",  					  __func__, buf,  					  inet_ntoa(area->area_id)); @@ -766,7 +766,7 @@ void ospf_abr_announce_network_to_area(struct prefix_ipv4 *p, uint32_t cost,  			char buf[PREFIX2STR_BUFFER];  			prefix2str((struct prefix *)p, buf, sizeof(buf)); -			flog_warn(OSPF_WARN_LSA_MISSING, +			flog_warn(EC_OSPF_LSA_MISSING,  				  "%s: Could not originate %s to %s", __func__,  				  buf, inet_ntoa(area->area_id));  			return; @@ -1135,7 +1135,7 @@ static void ospf_abr_announce_rtr_to_area(struct prefix_ipv4 *p, uint32_t cost,  			char buf[PREFIX2STR_BUFFER];  			prefix2str((struct prefix *)p, buf, sizeof(buf)); -			flog_warn(OSPF_WARN_LSA_MISSING, +			flog_warn(EC_OSPF_LSA_MISSING,  				  "%s: Could not refresh/originate %s to %s",  				  __func__, buf, inet_ntoa(area->area_id));  			return;  | 
