diff options
Diffstat (limited to 'bgpd/bgp_connection.h')
-rw-r--r-- | bgpd/bgp_connection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bgpd/bgp_connection.h b/bgpd/bgp_connection.h index 304724cd..79270bd8 100644 --- a/bgpd/bgp_connection.h +++ b/bgpd/bgp_connection.h @@ -182,8 +182,8 @@ struct bgp_connection unsigned keepalive_timer_interval ; /* subject to negotiation */ bool as4 ; /* subject to negotiation */ - bool route_refresh ; /* subject to negotiation */ - bool orf_prefix ; /* subject to negotiation */ + bgp_form_t route_refresh ; /* subject to negotiation */ + bgp_form_t orf_prefix ; /* subject to negotiation */ qtimer hold_timer ; qtimer keepalive_timer ; |