1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Prints full community lists during 'show route all'.

This commit is contained in:
Ondrej Zajicek
2011-07-03 19:43:30 +02:00
parent 6370d6f61b
commit fdf16eb658
8 changed files with 106 additions and 71 deletions

View File

@@ -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;