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:
@@ -120,7 +120,7 @@ void
|
||||
cli_printf(cli *c, int code, char *msg, ...)
|
||||
{
|
||||
va_list args;
|
||||
byte buf[1024];
|
||||
byte buf[CLI_LINE_SIZE];
|
||||
int cd = code;
|
||||
int size, cnt;
|
||||
|
||||
|
Reference in New Issue
Block a user