|
@@ -55,6 +55,9 @@ function bgp_import( int AS; string import_type; int community)
|
|
|
# adding the community to identify the source of the route
|
|
|
if import_type != "core" && community > 0 then bgp_community.add((20766,community));
|
|
|
|
|
|
+ # Specific configuration (test for Tetaneutral weird no-export)
|
|
|
+ if AS = 51706 then bgp_community.delete( [(65535,*)] );
|
|
|
+
|
|
|
return true;
|
|
|
}
|
|
|
|