* routemap.c: Show description in "show route-map" output.
diff --git a/lib/routemap.c b/lib/routemap.c
index dfd41bc..cd1abbc 100644
--- a/lib/routemap.c
+++ b/lib/routemap.c
@@ -209,6 +209,11 @@
       vty_out (vty, "route-map %s, %s, sequence %d%s",
                map->name, route_map_type_str (index->type),
                index->pref, VTY_NEWLINE);
+
+      /* Description */
+      if (index->description)
+	vty_out (vty, "  Description:%s    %s%s", VTY_NEWLINE,
+		 index->description, VTY_NEWLINE);
       
       /* Match clauses */
       vty_out (vty, "  Match clauses:%s", VTY_NEWLINE);