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, 2 insertions, 2 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto
index a5a3d601..dc6d3b22 100644
--- a/api/gobgp.proto
+++ b/api/gobgp.proto
@@ -482,7 +482,7 @@ enum TableType {
VRF = 4;
}
-message RPKIValidation{
+message Validation {
enum State {
STATE_NONE = 0;
STATE_NOT_FOUND = 1;
@@ -525,7 +525,7 @@ message Path {
google.protobuf.Timestamp age = 3;
bool best = 4;
bool is_withdraw = 5;
- RPKIValidation validation_detail = 7;
+ Validation validation = 7;
bool no_implicit_withdraw = 8;
Family family = 9;
uint32 source_asn = 10;