mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 04:26:12 +00:00
Merge pull request #10097 from pguibert6WIND/ipv6_fix_ecom_list
bgpd: support redirect import more than one route-target ipv6
This commit is contained in:
commit
41eec96003
@ -934,7 +934,7 @@ char *ecommunity_ecom2str(struct ecommunity *ecom, int format, int filter)
|
||||
strlcat(str_buf, " ", str_size);
|
||||
|
||||
/* Retrieve value field */
|
||||
pnt = ecom->val + (i * 8);
|
||||
pnt = ecom->val + (i * ecom->unit_size);
|
||||
|
||||
/* High-order octet is the type */
|
||||
type = *pnt++;
|
||||
|
Loading…
Reference in New Issue
Block a user