diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2010-01-28 15:59:18 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2010-01-28 15:59:18 +0100 |
commit | 41677025ee67fcccd34493f9b205037dd68811c9 (patch) | |
tree | e4ecf086191e4ec93ff8941f0d2896e95cecfe14 /proto/bgp/attrs.c | |
parent | 6cb8f742f1adf99881334b8ae21c398d98571aa1 (diff) |
Changes 'ignore communities' to 'interpret communities'.
Diffstat (limited to 'proto/bgp/attrs.c')
-rw-r--r-- | proto/bgp/attrs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/bgp/attrs.c b/proto/bgp/attrs.c index 9bf6fd50..4cfabf18 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) |