summaryrefslogtreecommitdiffhomepage
path: root/api/gobgp.proto
diff options
context:
space:
mode:
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r--api/gobgp.proto17
1 files changed, 15 insertions, 2 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto
index 90b841df..395d4e91 100644
--- a/api/gobgp.proto
+++ b/api/gobgp.proto
@@ -467,8 +467,21 @@ message RPKIConf {
message RPKIState {
int64 uptime = 1;
int64 downtime = 2;
- int64 received_ipv4 = 3;
- int64 received_ipv6 = 4;
+ bool up = 3;
+ uint32 record_ipv4 = 4;
+ uint32 record_ipv6 = 5;
+ uint32 prefix_ipv4 = 6;
+ uint32 prefix_ipv6 = 7;
+ uint32 serial = 8;
+ int64 received_ipv4 = 9;
+ int64 received_ipv6 = 10;
+ int64 serial_notify = 11;
+ int64 cache_reset = 12;
+ int64 cache_response = 13;
+ int64 end_of_data = 14;
+ int64 error = 15;
+ int64 serial_query = 16;
+ int64 reset_query = 17;
}
message RPKI {