summaryrefslogtreecommitdiffstats
path: root/nest/cli.h
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2011-07-03 19:43:30 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2011-07-03 19:43:30 +0200
commitfdf16eb65872b3bee02fb9e25c80ea32cf59f8e9 (patch)
tree484d2d04d83958c7adc1198a7ebd445467459330 /nest/cli.h
parent6370d6f61b30b2390727eee8136e0e575dff609f (diff)
downloadbird-fdf16eb65872b3bee02fb9e25c80ea32cf59f8e9.tar
bird-fdf16eb65872b3bee02fb9e25c80ea32cf59f8e9.zip
Prints full community lists during 'show route all'.
Diffstat (limited to 'nest/cli.h')
-rw-r--r--nest/cli.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nest/cli.h b/nest/cli.h
index 57414a2..ea64680 100644
--- a/nest/cli.h
+++ b/nest/cli.h
@@ -16,6 +16,9 @@
#define CLI_TX_BUF_SIZE 4096
#define CLI_MAX_ASYNC_QUEUE 4096
+#define CLI_MSG_SIZE 500
+#define CLI_LINE_SIZE 512
+
struct cli_out {
struct cli_out *next;
byte *wpos, *outpos, *end;