summaryrefslogtreecommitdiffstats
path: root/bgpd
diff options
context:
space:
mode:
authorMike RE Mallin <mremallin@gmail.com>2024-05-21 16:27:17 +0200
committerMike RE Mallin <mremallin@gmail.com>2024-05-31 16:27:22 +0200
commita514e34e30c64d52d6bf23f27319880348c6c7f2 (patch)
tree9676451f1e6aad6ff920ec03e7d92969d775f68e /bgpd
parenttests: Extend prefix_sg print UT for IPv6 (diff)
downloadfrr-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 'bgpd')
-rw-r--r--bgpd/bgp_evpn_mh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bgpd/bgp_evpn_mh.c b/bgpd/bgp_evpn_mh.c
index d63e01156..7bad0bc34 100644
--- a/bgpd/bgp_evpn_mh.c
+++ b/bgpd/bgp_evpn_mh.c
@@ -2455,7 +2455,7 @@ static void bgp_evpn_es_frag_show_detail(struct vty *vty,
}
static char *bgp_evpn_es_vteps_str(char *vtep_str, struct bgp_evpn_es *es,
- uint8_t vtep_str_size)
+ size_t vtep_str_size)
{
char vtep_flag_str[BGP_EVPN_FLAG_STR_SZ];
struct listnode *node;
@@ -3956,7 +3956,7 @@ void bgp_evpn_vni_es_cleanup(struct bgpevpn *vpn)
static char *bgp_evpn_es_evi_vteps_str(char *vtep_str,
struct bgp_evpn_es_evi *es_evi,
- uint8_t vtep_str_size)
+ size_t vtep_str_size)
{
char vtep_flag_str[BGP_EVPN_FLAG_STR_SZ];
struct listnode *node;