summaryrefslogtreecommitdiffhomepage
path: root/api/gobgp.proto
diff options
context:
space:
mode:
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r--api/gobgp.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto
index 7f12d27b..239c933d 100644
--- a/api/gobgp.proto
+++ b/api/gobgp.proto
@@ -252,6 +252,8 @@ message PeerConf {
bool cap_enhanced_refresh = 5;
repeated int32 remote_cap = 6;
repeated int32 local_cap = 7;
+ uint32 holdtime = 8;
+ uint32 keepalive_interval = 9;
}
message PeerInfo {
@@ -280,6 +282,8 @@ message PeerInfo {
uint32 advertized = 23;
uint32 out_q = 24;
uint32 flops = 25;
+ uint32 negotiated_holdtime = 26;
+ uint32 keepalive_interval = 27;
}
message Peer {