diff options
author | Mike RE Mallin <mremallin@gmail.com> | 2024-05-21 16:27:17 +0200 |
---|---|---|
committer | Mike RE Mallin <mremallin@gmail.com> | 2024-05-31 16:27:22 +0200 |
commit | a514e34e30c64d52d6bf23f27319880348c6c7f2 (patch) | |
tree | 9676451f1e6aad6ff920ec03e7d92969d775f68e /zebra/zebra_evpn_mh.c | |
parent | tests: Extend prefix_sg print UT for IPv6 (diff) | |
download | frr-a514e34e30c64d52d6bf23f27319880348c6c7f2.tar.xz frr-a514e34e30c64d52d6bf23f27319880348c6c7f2.zip |
bgpd, lib, zebra: Extend ES_VTEP_LIST_STR_SZ to support IPv6 addresses
Signed-off-by: Mike RE Mallin <mremallin@gmail.com>
Diffstat (limited to 'zebra/zebra_evpn_mh.c')
-rw-r--r-- | zebra/zebra_evpn_mh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_evpn_mh.c b/zebra/zebra_evpn_mh.c index 5c19d226b..75e7e2017 100644 --- a/zebra/zebra_evpn_mh.c +++ b/zebra/zebra_evpn_mh.c @@ -3026,7 +3026,7 @@ void zebra_evpn_es_if_oper_state_change(struct zebra_if *zif, bool up) } static char *zebra_evpn_es_vtep_str(char *vtep_str, struct zebra_evpn_es *es, - uint8_t vtep_str_size) + size_t vtep_str_size) { struct zebra_evpn_es_vtep *zvtep; struct listnode *node; |