mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 07:37:29 +00:00
pathd: Fix spelling mistakes
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
1461559c24
commit
1373ad765a
@ -81,7 +81,7 @@ static struct log_ref ferr_path_warn[] = {
|
|||||||
{
|
{
|
||||||
.code = EC_PATH_PCEP_UNSUPPORTED_PCEP_FEATURE,
|
.code = EC_PATH_PCEP_UNSUPPORTED_PCEP_FEATURE,
|
||||||
.title = "Unsupported PCEP feature",
|
.title = "Unsupported PCEP feature",
|
||||||
.description = "Receved an unsupported PCEP message",
|
.description = "Received an unsupported PCEP message",
|
||||||
.suggestion = "The PCC and PCE are probably not compatible. Open an Issue with all relevant log files"
|
.suggestion = "The PCC and PCE are probably not compatible. Open an Issue with all relevant log files"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -301,7 +301,7 @@ int path_pcep_config_initiate_path(struct path *path)
|
|||||||
return ERROR_19_9;
|
return ERROR_19_9;
|
||||||
}
|
}
|
||||||
zlog_warn(
|
zlog_warn(
|
||||||
"(%s)PCE tried to REMOVE found canidate!, let's remove",
|
"(%s)PCE tried to REMOVE found candidate!, let's remove",
|
||||||
__func__);
|
__func__);
|
||||||
candidate->policy->srp_id = path->srp_id;
|
candidate->policy->srp_id = path->srp_id;
|
||||||
SET_FLAG(candidate->policy->flags, F_POLICY_DELETED);
|
SET_FLAG(candidate->policy->flags, F_POLICY_DELETED);
|
||||||
|
@ -1345,7 +1345,7 @@ int32_t srte_ted_do_query_type_c(struct srte_segment_entry *entry,
|
|||||||
zlog_warn(" %s: PATHD-TED: SL: ERROR query C : ted-sid (%d)",
|
zlog_warn(" %s: PATHD-TED: SL: ERROR query C : ted-sid (%d)",
|
||||||
__func__, ted_sid);
|
__func__, ted_sid);
|
||||||
} else {
|
} else {
|
||||||
zlog_debug("%s: PATHD-TED: SL: Sucess query C : ted-sid (%d)",
|
zlog_debug("%s: PATHD-TED: SL: Success query C : ted-sid (%d)",
|
||||||
__func__, ted_sid);
|
__func__, ted_sid);
|
||||||
}
|
}
|
||||||
if (CHECK_SID(entry->segment_list->protocol_origin, ted_sid,
|
if (CHECK_SID(entry->segment_list->protocol_origin, ted_sid,
|
||||||
@ -1375,7 +1375,7 @@ int32_t srte_ted_do_query_type_e(struct srte_segment_entry *entry,
|
|||||||
zlog_warn(" %s: PATHD-TED: SL: ERROR query E : ted-sid (%d)",
|
zlog_warn(" %s: PATHD-TED: SL: ERROR query E : ted-sid (%d)",
|
||||||
__func__, ted_sid);
|
__func__, ted_sid);
|
||||||
} else {
|
} else {
|
||||||
zlog_debug("%s: PATHD-TED: SL: Sucess query E : ted-sid (%d)",
|
zlog_debug("%s: PATHD-TED: SL: Success query E : ted-sid (%d)",
|
||||||
__func__, ted_sid);
|
__func__, ted_sid);
|
||||||
}
|
}
|
||||||
if (CHECK_SID(entry->segment_list->protocol_origin, ted_sid,
|
if (CHECK_SID(entry->segment_list->protocol_origin, ted_sid,
|
||||||
@ -1404,7 +1404,7 @@ int32_t srte_ted_do_query_type_f(struct srte_segment_entry *entry,
|
|||||||
zlog_warn("%s:SL: ERROR query F : ted-sid (%d)", __func__,
|
zlog_warn("%s:SL: ERROR query F : ted-sid (%d)", __func__,
|
||||||
ted_sid);
|
ted_sid);
|
||||||
} else {
|
} else {
|
||||||
zlog_debug("%s:SL: Sucess query F : ted-sid (%d)", __func__,
|
zlog_debug("%s:SL: Success query F : ted-sid (%d)", __func__,
|
||||||
ted_sid);
|
ted_sid);
|
||||||
}
|
}
|
||||||
if (CHECK_SID(entry->segment_list->protocol_origin, ted_sid,
|
if (CHECK_SID(entry->segment_list->protocol_origin, ted_sid,
|
||||||
|
Loading…
Reference in New Issue
Block a user