mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 13:27:53 +00:00
*: Fix spelling of modifed
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
544be97911
commit
eaf59d27c1
@ -81,7 +81,7 @@ content:
|
|||||||
MPLS must be invidividually enabled on each interface that requires it. See
|
MPLS must be invidividually enabled on each interface that requires it. See
|
||||||
the example in the config block above.
|
the example in the config block above.
|
||||||
|
|
||||||
Load the modifed sysctls on the system:
|
Load the modified sysctls on the system:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
|
@ -85,7 +85,7 @@ content:
|
|||||||
MPLS must be invidividually enabled on each interface that requires it. See
|
MPLS must be invidividually enabled on each interface that requires it. See
|
||||||
the example in the config block above.
|
the example in the config block above.
|
||||||
|
|
||||||
Load the modifed sysctls on the system:
|
Load the modified sysctls on the system:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
|
@ -78,7 +78,7 @@ struct rip_offset_list *rip_offset_list_lookup(struct rip *rip,
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If metric is modifed return 1. */
|
/* If metric is modified return 1. */
|
||||||
int rip_offset_list_apply_in(struct prefix_ipv4 *p, struct interface *ifp,
|
int rip_offset_list_apply_in(struct prefix_ipv4 *p, struct interface *ifp,
|
||||||
uint32_t *metric)
|
uint32_t *metric)
|
||||||
{
|
{
|
||||||
@ -115,7 +115,7 @@ int rip_offset_list_apply_in(struct prefix_ipv4 *p, struct interface *ifp,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If metric is modifed return 1. */
|
/* If metric is modified return 1. */
|
||||||
int rip_offset_list_apply_out(struct prefix_ipv4 *p, struct interface *ifp,
|
int rip_offset_list_apply_out(struct prefix_ipv4 *p, struct interface *ifp,
|
||||||
uint32_t *metric)
|
uint32_t *metric)
|
||||||
{
|
{
|
||||||
|
@ -85,7 +85,7 @@ struct ripng_offset_list *ripng_offset_list_lookup(struct ripng *ripng,
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If metric is modifed return 1. */
|
/* If metric is modified return 1. */
|
||||||
int ripng_offset_list_apply_in(struct ripng *ripng, struct prefix_ipv6 *p,
|
int ripng_offset_list_apply_in(struct ripng *ripng, struct prefix_ipv6 *p,
|
||||||
struct interface *ifp, uint8_t *metric)
|
struct interface *ifp, uint8_t *metric)
|
||||||
{
|
{
|
||||||
@ -123,7 +123,7 @@ int ripng_offset_list_apply_in(struct ripng *ripng, struct prefix_ipv6 *p,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If metric is modifed return 1. */
|
/* If metric is modified return 1. */
|
||||||
int ripng_offset_list_apply_out(struct ripng *ripng, struct prefix_ipv6 *p,
|
int ripng_offset_list_apply_out(struct ripng *ripng, struct prefix_ipv6 *p,
|
||||||
struct interface *ifp, uint8_t *metric)
|
struct interface *ifp, uint8_t *metric)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user