diff options
Diffstat (limited to 'bgpd/bgp_connection.h')
-rw-r--r-- | bgpd/bgp_connection.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bgpd/bgp_connection.h b/bgpd/bgp_connection.h index 58afc2ae..9e7d4086 100644 --- a/bgpd/bgp_connection.h +++ b/bgpd/bgp_connection.h @@ -160,6 +160,13 @@ struct bgp_connection bgp_notify notification ; /* if any sent/received */ int err ; /* erno, if any */ + bool cap_suppress ; /* capability send suppress + always set false when connection + initialised. Set if get + NOTIFICATION that other end does + not do capabilities. Copied to + session when established. */ + bgp_open_state open_recv ; /* the open received. */ qps_file qf ; /* qpselect file structure */ |