summaryrefslogtreecommitdiff
path: root/proto/bgp/bgp.h
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2018-08-01 17:35:39 +0200
committerOndrej Zajicek (work) <santiago@crfreenet.org>2018-08-01 17:35:39 +0200
commit4abccabd7b10808c2ebb9ad4f6cbac3fe47cfb8f (patch)
tree73eb092320d1f16af59356380bb6da1be1214325 /proto/bgp/bgp.h
parent6be71641ef3baa8658d031f3624f4481b493bdaf (diff)
BGP: Minor fixes in long-lived graceful restart
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r--proto/bgp/bgp.h2
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 */