summaryrefslogtreecommitdiffstats
path: root/proto/bgp/bgp.h
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/bgp.h
parent6cb8f742f1adf99881334b8ae21c398d98571aa1 (diff)
downloadbird-41677025ee67fcccd34493f9b205037dd68811c9.tar
bird-41677025ee67fcccd34493f9b205037dd68811c9.zip
Changes 'ignore communities' to 'interpret communities'.
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r--proto/bgp/bgp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h
index 9966d20..7f574ed 100644
--- a/proto/bgp/bgp.h
+++ b/proto/bgp/bgp.h
@@ -37,7 +37,7 @@ struct bgp_config {
int advertise_ipv4; /* Whether we should add IPv4 capability advertisement to OPEN message */
u32 route_limit; /* Number of routes that may be imported, 0 means disable limit */
int passive; /* Do not initiate outgoing connection */
- int ignore_communities; /* Skip hardwired handling of well-known communities */
+ int interpret_communities; /* Hardwired handling of well-known communities */
unsigned connect_retry_time;
unsigned hold_time, initial_hold_time;
unsigned keepalive_time;