+2005-04-09 Jeroen Simonetti <jeroens@office.netland.nl>
+
+ * routemap.c: Show description in "show route-map" output.
+
2005-04-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* sigevent.c: On GNU_LINUX, check whether __USE_GNU is already defined.
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);