From 4a8164e5b310094315e2c50d73aeea489766a48a Mon Sep 17 00:00:00 2001 From: hasso Date: Fri, 8 Apr 2005 14:20:18 +0000 Subject: * routemap.[ch]: Added "description ..." command. Closes Bugzilla #167. --- lib/routemap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/routemap.h') diff --git a/lib/routemap.h b/lib/routemap.h index 22a2b19d..072526a6 100644 --- a/lib/routemap.h +++ b/lib/routemap.h @@ -108,6 +108,7 @@ struct route_map_rule_list struct route_map_index { struct route_map *map; + char *description; /* Preference of this route map rule. */ int pref; -- cgit v1.2.1