diff options
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r-- | proto/bgp/bgp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index 7703fb6e..2ff61834 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -129,7 +129,7 @@ struct bgp_conn { u8 peer_gr_aflags; u8 peer_llgr_aware; u8 peer_llgr_able; - u16 peer_llgr_time; + uint peer_llgr_time; u8 peer_llgr_aflags; u8 peer_ext_messages_support; /* Peer supports extended message length [draft] */ unsigned hold_time, keepalive_time; /* Times calculated from my and neighbor's requirements */ |