diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-09-24 22:12:11 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-09-24 22:12:11 +0200 |
commit | be6e39ebbf7ed107abde6fc1a18e8827ca47a7c1 (patch) | |
tree | a832ae3fd3377930b0f7703e14d3452f9ae3f0fc /proto/bgp/bgp.h | |
parent | 2d507e64b7d7029906aac30dbea317795b5339de (diff) | |
download | bird-be6e39ebbf7ed107abde6fc1a18e8827ca47a7c1.tar bird-be6e39ebbf7ed107abde6fc1a18e8827ca47a7c1.zip |
Passive option.
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 092c3b3..0a82be2 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -33,6 +33,7 @@ struct bgp_config { int rs_client; /* Whether neighbor is RS client of me */ 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 */ unsigned connect_retry_time; unsigned hold_time, initial_hold_time; unsigned keepalive_time; |