SET_STR
"BGP route-map delay timer\n"
"Time in secs to wait before processing route-map changes\n"
- "0 disables the timer and no route updates happen when\n"
- "route-maps change")
+ "0 disables the timer, no route updates happen when route-maps change\n")
{
u_int32_t rmap_delay_timer;
struct bgp *bgp;
"no bgp route-map delay-timer",
NO_STR
"Default BGP route-map delay timer\n"
- "Reset to default time to wait for processing route-map changes")
+ "Reset to default time to wait for processing route-map changes\n")
{
struct bgp *bgp;
return CMD_SUCCESS;
}
+ALIAS (no_bgp_set_route_map_delay_timer,
+ no_bgp_set_route_map_delay_timer_val_cmd,
+ "no bgp route-map delay-timer <0-600>",
+ NO_STR
+ "Default BGP route-map delay timer\n"
+ "Reset to default time to wait for processing route-map changes\n"
+ "0 disables the timer, no route updates happen when route-maps change\n")
+
/* neighbor interface */
static int
peer_interface_vty (struct vty *vty, const char *ip_str, const char *str)
/* route-map delay-timer commands */
install_element (BGP_NODE, &bgp_set_route_map_delay_timer_cmd);
install_element (BGP_NODE, &no_bgp_set_route_map_delay_timer_cmd);
+ install_element (BGP_NODE, &no_bgp_set_route_map_delay_timer_val_cmd);
/* "bgp client-to-client reflection" commands */
install_element (BGP_NODE, &no_bgp_client_to_client_reflection_cmd);