summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h
index 99aec332..ce18731e 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -25,6 +25,7 @@
#include "vector.h"
#include "vty.h"
+#include "lib/route_types.h"
/* Host configuration variable */
struct host
@@ -271,6 +272,7 @@ struct desc
#define IP_STR "IP information\n"
#define IPV6_STR "IPv6 information\n"
#define NO_STR "Negate a command or set its defaults\n"
+#define REDIST_STR "Redistribute information from another routing protocol\n"
#define CLEAR_STR "Reset functions\n"
#define RIP_STR "RIP information\n"
#define BGP_STR "BGP information\n"