bgpd: fix route-map comments

Signed-off-by: Timo Teräs <timo.teras@iki.fi>
(cherry picked from commit 2aa640bd78)
This commit is contained in:
Timo Teräs 2014-05-20 08:57:26 +03:00 committed by Daniel Walton
parent 9eda95bde5
commit 515e500c27

View File

@ -100,7 +100,7 @@ o Cisco route-map
tag : Done
weight : Done
o Local extention
o Local extensions
set ipv6 next-hop global: Done
set ipv6 next-hop local : Done
@ -1450,7 +1450,7 @@ route_set_aspath_prepend_free (void *rule)
aspath_free (aspath);
}
/* Set metric rule structure. */
/* Set as-path prepend rule structure. */
struct route_map_rule_cmd route_set_aspath_prepend_cmd =
{
"as-path prepend",
@ -1871,7 +1871,7 @@ route_set_origin_free (void *rule)
XFREE (MTYPE_ROUTE_MAP_COMPILED, rule);
}
/* Set metric rule structure. */
/* Set origin rule structure. */
struct route_map_rule_cmd route_set_origin_cmd =
{
"origin",
@ -2520,7 +2520,7 @@ route_set_originator_id_free (void *rule)
XFREE (MTYPE_ROUTE_MAP_COMPILED, rule);
}
/* Set metric rule structure. */
/* Set originator-id rule structure. */
struct route_map_rule_cmd route_set_originator_id_cmd =
{
"originator-id",