"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;
/* `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)
{
/* `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)
{
/* `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)
{
/* `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)
/* `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)
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 {
/* `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,
/* `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)
{
/* `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)
{
/* `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)
{