diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2012-04-15 15:07:58 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2012-04-15 15:07:58 +0200 |
commit | 00a09f3c367e79297f827b52ec5f16842db1ac4e (patch) | |
tree | a8744e176e5b2852cddd82f3b99d98711ec10074 /proto/bgp/bgp.h | |
parent | bf2abe2f515d7b7aaed5fb4f37af82169adcd2f2 (diff) |
Implement RA_ACCEPTED mode of route propagation.
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r-- | proto/bgp/bgp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index a8c5818e..87734425 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -43,6 +43,7 @@ struct bgp_config { u32 route_limit; /* Number of routes that may be imported, 0 means disable limit */ int passive; /* Do not initiate outgoing connection */ int interpret_communities; /* Hardwired handling of well-known communities */ + int secondary; /* Accept also non-best routes (i.e. RA_ACCEPTED) */ unsigned connect_retry_time; unsigned hold_time, initial_hold_time; unsigned keepalive_time; |