diff options
Diffstat (limited to 'proto/l3vpn/l3vpn.c')
-rw-r--r-- | proto/l3vpn/l3vpn.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/l3vpn/l3vpn.c b/proto/l3vpn/l3vpn.c index 3bf0df48..38441208 100644 --- a/proto/l3vpn/l3vpn.c +++ b/proto/l3vpn/l3vpn.c @@ -431,6 +431,10 @@ l3vpn_reconfigure(struct proto *P, struct proto_config *CF) } */ + /* 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); return 1; |