diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2008-11-01 12:55:43 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2008-11-01 12:55:43 +0100 |
commit | a92fe607173b52cf28256f00399953c623788c35 (patch) | |
tree | 1cac35e1b4ea904b0c1e39409f20967bf582a924 /proto/bgp/attrs.c | |
parent | e16466b379be2b94c84b351a69e63b6de5be9dc5 (diff) |
Implementation of route server.
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 2210cbe7..811d52eb 100644 --- a/proto/bgp/attrs.c +++ b/proto/bgp/attrs.c @@ -828,7 +828,7 @@ bgp_update_attrs(struct bgp_proto *p, rte *e, ea_list **attrs, struct linpool *p { eattr *a; - if (!p->is_internal) + if (!p->is_internal && !p->rs_client) { bgp_path_prepend(e, attrs, pool, p->local_as); |