mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 10:38:05 +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);
|
strlcat(str_buf, " ", str_size);
|
||||||
|
|
||||||
/* Retrieve value field */
|
/* Retrieve value field */
|
||||||
pnt = ecom->val + (i * 8);
|
pnt = ecom->val + (i * ecom->unit_size);
|
||||||
|
|
||||||
/* High-order octet is the type */
|
/* High-order octet is the type */
|
||||||
type = *pnt++;
|
type = *pnt++;
|
||||||
|
Loading…
Reference in New Issue
Block a user