From: Maria Matejka Date: Thu, 9 Nov 2023 15:00:32 +0000 (+0100) Subject: Merge branch 'mq-aggregator-for-v3' into thread-next X-Git-Tag: v3.0.0~338 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50984307486c9f19cca6d814d6771a41e1a2bf4f;p=thirdparty%2Fbird.git Merge branch 'mq-aggregator-for-v3' into thread-next --- 50984307486c9f19cca6d814d6771a41e1a2bf4f diff --cc proto/l3vpn/l3vpn.c index af5f106ab,384412087..7b3d86d2a --- a/proto/l3vpn/l3vpn.c +++ b/proto/l3vpn/l3vpn.c @@@ -458,7 -431,11 +458,11 @@@ l3vpn_reconfigure(struct proto *P, stru } */ + /* Update pointers to config structures */ + p->import_target = cf->import_target; + p->export_target = cf->export_target; + - proto_setup_mpls_map(P, RTS_L3VPN, 1); + proto_setup_mpls_map(P, RTS_L3VPN); return 1; }