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

Integrated address print lengths

Minor changes by Ondrej Santiago Zajicek
This commit is contained in:
Jan Moskyto Matejka
2015-12-18 11:57:38 +01:00
committed by Ondrej Zajicek (work)
parent 9656dce72e
commit 7fd4143ead
8 changed files with 38 additions and 27 deletions

View File

@@ -643,7 +643,7 @@ struct protocol proto_static = {
static void
static_show_rt(struct static_route *r)
{
byte via[STD_ADDRESS_P_LENGTH + 16];
byte via[IPA_MAX_TEXT_LENGTH + 25];
switch (r->dest)
{