mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
BGP, L3VPN: Fix MPLS channel reload
When a MPLS channel is reloaded, it should reload all regular MPLS-aware channels. This causes re-evaluation of routes in FEC map and possibly reannouncement of MPLS routes.
This commit is contained in:
@@ -296,7 +296,8 @@ l3vpn_reload_routes(struct channel *C)
|
||||
break;
|
||||
|
||||
case NET_MPLS:
|
||||
/* FIXME */
|
||||
channel_request_feeding(p->ip4_channel);
|
||||
channel_request_feeding(p->ip6_channel);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user