mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 03:55:20 +00:00
*: Fix spelling of specifed
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
485ac9a79b
commit
bd4f51b10f
@ -479,9 +479,9 @@ void isis_if_ldp_sync_enable(struct isis_circuit *circuit)
|
||||
struct isis_area *area = circuit->area;
|
||||
|
||||
/* called when setting LDP-SYNC at the global level:
|
||||
* specifed on interface overrides global config
|
||||
* specified on interface overrides global config
|
||||
* if ptop link send msg to LDP indicating ldp-sync enabled
|
||||
*/
|
||||
*/
|
||||
if (if_is_loopback(circuit->interface))
|
||||
return;
|
||||
|
||||
@ -541,7 +541,7 @@ void isis_if_set_ldp_sync_holddown(struct isis_circuit *circuit)
|
||||
struct isis_area *area = circuit->area;
|
||||
|
||||
/* called when setting LDP-SYNC at the global level:
|
||||
* specifed on interface overrides global config.
|
||||
* specified on interface overrides global config.
|
||||
*/
|
||||
if (if_is_loopback(circuit->interface))
|
||||
return;
|
||||
|
@ -158,7 +158,7 @@ static uint32_t ospf6_interface_get_cost(struct ospf6_interface *oi)
|
||||
ospf6 = oi->interface->vrf->info;
|
||||
refbw = ospf6 ? ospf6->ref_bandwidth : OSPF6_REFERENCE_BANDWIDTH;
|
||||
|
||||
/* A specifed ip ospf cost overrides a calculated one. */
|
||||
/* A specified ip ospf cost overrides a calculated one. */
|
||||
if (CHECK_FLAG(oi->flag, OSPF6_INTERFACE_NOAUTOCOST))
|
||||
cost = oi->cost;
|
||||
else {
|
||||
|
@ -102,7 +102,7 @@ int ospf_if_get_output_cost(struct ospf_interface *oi)
|
||||
: OSPF_DEFAULT_BANDWIDTH;
|
||||
refbw = oi->ospf->ref_bandwidth;
|
||||
|
||||
/* A specifed ip ospf cost overrides a calculated one. */
|
||||
/* A specified ip ospf cost overrides a calculated one. */
|
||||
if (OSPF_IF_PARAM_CONFIGURED(IF_DEF_PARAMS(oi->ifp), output_cost_cmd)
|
||||
|| OSPF_IF_PARAM_CONFIGURED(oi->params, output_cost_cmd))
|
||||
cost = OSPF_IF_PARAM(oi, output_cost_cmd);
|
||||
|
@ -141,7 +141,7 @@ void ospf_ldp_sync_if_init(struct ospf_interface *oi)
|
||||
|
||||
ldp_sync_info = params->ldp_sync_info;
|
||||
|
||||
/* specifed on interface overrides global config. */
|
||||
/* specified on interface overrides global config. */
|
||||
if (!CHECK_FLAG(ldp_sync_info->flags, LDP_SYNC_FLAG_HOLDDOWN))
|
||||
ldp_sync_info->holddown = oi->ospf->ldp_sync_cmd.holddown;
|
||||
|
||||
@ -441,7 +441,7 @@ void ospf_if_set_ldp_sync_enable(struct ospf *ospf, struct interface *ifp)
|
||||
struct ldp_sync_info *ldp_sync_info;
|
||||
|
||||
/* called when setting LDP-SYNC at the global level:
|
||||
* specifed on interface overrides global config
|
||||
* specified on interface overrides global config
|
||||
* if ptop link send msg to LDP indicating ldp-sync enabled
|
||||
*/
|
||||
if (if_is_loopback(ifp))
|
||||
@ -479,7 +479,7 @@ void ospf_if_set_ldp_sync_holddown(struct ospf *ospf, struct interface *ifp)
|
||||
struct ldp_sync_info *ldp_sync_info;
|
||||
|
||||
/* called when setting LDP-SYNC at the global level:
|
||||
* specifed on interface overrides global config.
|
||||
* specified on interface overrides global config.
|
||||
*/
|
||||
if (if_is_loopback(ifp))
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user