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
@@ -1094,7 +1094,7 @@ static inline void
|
||||
show_lsa_external(struct top_hash_entry *he, int ospf2)
|
||||
{
|
||||
struct ospf_lsa_ext_local rt;
|
||||
char str_via[STD_ADDRESS_P_LENGTH + 8] = "";
|
||||
char str_via[IPA_MAX_TEXT_LENGTH + 8] = "";
|
||||
char str_tag[16] = "";
|
||||
|
||||
if (he->lsa_type == LSA_T_EXT)
|
||||
|
Reference in New Issue
Block a user