summaryrefslogtreecommitdiffstats
path: root/proto/bgp/attrs.c
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2010-01-28 15:59:18 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2010-01-28 15:59:18 +0100
commit41677025ee67fcccd34493f9b205037dd68811c9 (patch)
treee4ecf086191e4ec93ff8941f0d2896e95cecfe14 /proto/bgp/attrs.c
parent6cb8f742f1adf99881334b8ae21c398d98571aa1 (diff)
downloadbird-41677025ee67fcccd34493f9b205037dd68811c9.tar
bird-41677025ee67fcccd34493f9b205037dd68811c9.zip
Changes 'ignore communities' to 'interpret communities'.
Diffstat (limited to 'proto/bgp/attrs.c')
-rw-r--r--proto/bgp/attrs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/bgp/attrs.c b/proto/bgp/attrs.c
index 9bf6fd5..4cfabf1 100644
--- a/proto/bgp/attrs.c
+++ b/proto/bgp/attrs.c
@@ -976,7 +976,7 @@ bgp_import_control(struct proto *P, rte **new, ea_list **attrs, struct linpool *
if (bgp_cluster_list_loopy(p, e->attrs))
return -1;
- if (!p->cf->ignore_communities && bgp_community_filter(p, e))
+ if (p->cf->interpret_communities && bgp_community_filter(p, e))
return -1;
if (p->local_as == new_bgp->local_as && p->is_internal && new_bgp->is_internal)