|
@@ -85,6 +85,9 @@ pair set full_export_communities;
|
|
|
# the default route are not exported except if asked.
|
|
|
if is_default() && ! (export_type="default") then return false;
|
|
|
|
|
|
+ # do not reannounce more specific of gitoyen PA from gitoyen to outside
|
|
|
+ if export_type != "core" && is_within_gitoyen() then return false;
|
|
|
+
|
|
|
# for the routes of the members, only the routes having one of these communities are exported
|
|
|
members_export_communities = [
|
|
|
(20766,1),
|