diff --git a/proto/bgp/attrs.c b/proto/bgp/attrs.c
index 5316481..bd716c8 100644
--- a/proto/bgp/attrs.c
+++ b/proto/bgp/attrs.c
@@ -679,6 +679,7 @@ bgp_export_check(struct bgp_proto *p, ea_list *new)
     }
 
   /* Check if we aren't forbidden to export the route by communities */
+/*
   a = ea_find(new, EA_CODE(EAP_BGP, BA_COMMUNITY));
   if (a)
     {
@@ -696,7 +697,7 @@ bgp_export_check(struct bgp_proto *p, ea_list *new)
 	  return 0;
 	}
     }
-
+*/
   return 1;
 }
 
