mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 15:36:25 +00:00
*: Fix spelling of ojbect
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
f89c0aed63
commit
581776faa1
@ -1841,7 +1841,7 @@ struct route_map_rule_cmd route_set_srte_color_cmd = {
|
||||
"sr-te color", route_set_srte_color, route_set_srte_color_compile,
|
||||
route_set_srte_color_free};
|
||||
|
||||
/* Set nexthop to object. ojbect must be pointer to struct attr. */
|
||||
/* Set nexthop to object. object must be pointer to struct attr. */
|
||||
struct rmap_ip_nexthop_set {
|
||||
struct in_addr *address;
|
||||
int peer_address;
|
||||
@ -3306,7 +3306,7 @@ static const struct route_map_rule_cmd
|
||||
|
||||
/* `set ipv6 nexthop global IP_ADDRESS' */
|
||||
|
||||
/* Set nexthop to object. ojbect must be pointer to struct attr. */
|
||||
/* Set nexthop to object. object must be pointer to struct attr. */
|
||||
static enum route_map_cmd_result_t
|
||||
route_set_ipv6_nexthop_global(void *rule, const struct prefix *p, void *object)
|
||||
{
|
||||
@ -3418,7 +3418,7 @@ static const struct route_map_rule_cmd
|
||||
|
||||
/* `set ipv6 nexthop local IP_ADDRESS' */
|
||||
|
||||
/* Set nexthop to object. ojbect must be pointer to struct attr. */
|
||||
/* Set nexthop to object. object must be pointer to struct attr. */
|
||||
static enum route_map_cmd_result_t
|
||||
route_set_ipv6_nexthop_local(void *rule, const struct prefix *p, void *object)
|
||||
{
|
||||
@ -3478,7 +3478,7 @@ static const struct route_map_rule_cmd
|
||||
|
||||
/* `set ipv6 nexthop peer-address' */
|
||||
|
||||
/* Set nexthop to object. ojbect must be pointer to struct attr. */
|
||||
/* Set nexthop to object. object must be pointer to struct attr. */
|
||||
static enum route_map_cmd_result_t
|
||||
route_set_ipv6_nexthop_peer(void *rule, const struct prefix *pfx, void *object)
|
||||
{
|
||||
|
@ -690,7 +690,7 @@ static const struct route_map_rule_cmd route_set_metric_cmd = {
|
||||
|
||||
/* `set ip next-hop IP_ADDRESS' */
|
||||
|
||||
/* Set nexthop to object. ojbect must be pointer to struct attr. */
|
||||
/* Set nexthop to object. object must be pointer to struct attr. */
|
||||
static enum route_map_cmd_result_t
|
||||
route_set_ip_nexthop(void *rule, struct prefix *prefix,
|
||||
route_map_object_t type, void *object)
|
||||
@ -748,7 +748,7 @@ static const struct route_map_rule_cmd route_set_ip_nexthop_cmd = {
|
||||
|
||||
/* `set tag TAG' */
|
||||
|
||||
/* Set tag to object. ojbect must be pointer to struct attr. */
|
||||
/* Set tag to object. object must be pointer to struct attr. */
|
||||
static enum route_map_cmd_result_t
|
||||
route_set_tag(void *rule, struct prefix *prefix,
|
||||
route_map_object_t type, void *object)
|
||||
|
@ -542,7 +542,7 @@ struct pcep_ro_subobj_asn {
|
||||
uint16_t asn; /* Autonomous system number */
|
||||
};
|
||||
|
||||
/* The SR ERO and SR RRO subojbects are the same, except
|
||||
/* The SR ERO and SR RRO subobjects are the same, except
|
||||
* the SR-RRO does not have the L flag in the Type field.
|
||||
* Defined in draft-ietf-pce-segment-routing-16 */
|
||||
enum pcep_sr_subobj_nai {
|
||||
|
@ -461,7 +461,7 @@ static const struct route_map_rule_cmd route_set_metric_cmd = {
|
||||
|
||||
/* `set ip next-hop IP_ADDRESS' */
|
||||
|
||||
/* Set nexthop to object. ojbect must be pointer to struct attr. */
|
||||
/* Set nexthop to object. object must be pointer to struct attr. */
|
||||
static enum route_map_cmd_result_t
|
||||
route_set_ip_nexthop(void *rule, const struct prefix *prefix,
|
||||
|
||||
@ -515,7 +515,7 @@ static const struct route_map_rule_cmd route_set_ip_nexthop_cmd = {
|
||||
|
||||
/* `set tag TAG' */
|
||||
|
||||
/* Set tag to object. ojbect must be pointer to struct attr. */
|
||||
/* Set tag to object. object must be pointer to struct attr. */
|
||||
static enum route_map_cmd_result_t
|
||||
route_set_tag(void *rule, const struct prefix *prefix, void *object)
|
||||
{
|
||||
|
@ -254,7 +254,7 @@ static const struct route_map_rule_cmd route_set_metric_cmd = {
|
||||
|
||||
/* `set ipv6 next-hop local IP_ADDRESS' */
|
||||
|
||||
/* Set nexthop to object. ojbect must be pointer to struct attr. */
|
||||
/* Set nexthop to object. object must be pointer to struct attr. */
|
||||
static enum route_map_cmd_result_t
|
||||
route_set_ipv6_nexthop_local(void *rule, const struct prefix *p, void *object)
|
||||
{
|
||||
@ -307,7 +307,7 @@ static const struct route_map_rule_cmd
|
||||
|
||||
/* `set tag TAG' */
|
||||
|
||||
/* Set tag to object. ojbect must be pointer to struct attr. */
|
||||
/* Set tag to object. object must be pointer to struct attr. */
|
||||
static enum route_map_cmd_result_t
|
||||
route_set_tag(void *rule, const struct prefix *prefix, void *object)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user