Commit 49c7ef3b authored by Ondrej Zajicek (work)'s avatar Ondrej Zajicek (work)
Browse files

BGP: Fix IPv6 MPLS/VPN multicast SAFI

parent ccee67ca
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 */