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:
committed by
Ondrej Zajicek (work)
parent
9656dce72e
commit
7fd4143ead
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user