diff options
Diffstat (limited to 'lib/routemap.c')
| -rw-r--r-- | lib/routemap.c | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/routemap.c b/lib/routemap.c index 3cc010c148..3a92799991 100644 --- a/lib/routemap.c +++ b/lib/routemap.c @@ -3174,6 +3174,12 @@ static struct cmd_node rmap_debug_node = {  	.config_write = rmap_config_write_debug,  }; +void route_map_show_debug(struct vty *vty) +{ +	if (rmap_debug) +		vty_out(vty, "debug route-map\n"); +} +  /* Configuration write function. */  static int rmap_config_write_debug(struct vty *vty)  {  | 
