mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Nest: split route show into separate file
This commit is contained in:
@@ -313,7 +313,8 @@ cli_new(void *priv)
|
||||
c->event->hook = cli_event;
|
||||
c->event->data = c;
|
||||
c->cont = cli_hello;
|
||||
c->parser_pool = lp_new(c->pool, 4096);
|
||||
c->parser_pool = lp_new(c->pool, 4080);
|
||||
c->show_pool = lp_new(c->pool, 4080);
|
||||
c->rx_buf = mb_alloc(c->pool, CLI_RX_BUF_SIZE);
|
||||
ev_schedule(c->event);
|
||||
return c;
|
||||
|
Reference in New Issue
Block a user