0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-08 12:18:42 +00:00

BGP: Fix IPv6 MPLS/VPN multicast SAFI

This commit is contained in:
Ondrej Zajicek (work) 2017-12-08 14:00:36 +01:00
parent ccee67ca3b
commit 49c7ef3b21

View File

@ -1483,6 +1483,7 @@ bgp_encode_nlri_vpn6(struct bgp_write_state *s, struct bgp_bucket *buck, byte *b
ADVANCE(pos, size, 1);
/* Encode MPLS labels */
if (s->mpls)
bgp_encode_mpls_labels(s, s->mpls_labels, &pos, &size, pos - 1);
/* Encode route distinguisher */