diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-08-01 17:35:39 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-08-01 17:35:39 +0200 |
commit | 4abccabd7b10808c2ebb9ad4f6cbac3fe47cfb8f (patch) | |
tree | 73eb092320d1f16af59356380bb6da1be1214325 /proto/bgp/bgp.h | |
parent | 6be71641ef3baa8658d031f3624f4481b493bdaf (diff) |
BGP: Minor fixes in long-lived graceful restart
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 */ |