mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 00:18:53 +00:00
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:
parent
9eda95bde5
commit
515e500c27
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user