summaryrefslogtreecommitdiffhomepage
path: root/api/gobgp.proto
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@gmail.com>2018-12-24 10:13:00 +0900
committerFUJITA Tomonori <fujita.tomonori@gmail.com>2018-12-24 10:13:00 +0900
commit8e7741a0a80a1bd15a343563a29142f755c29f3f (patch)
treeafc4fc4b8fd11c9fbb6de2c248867e2f1bc94a2c /api/gobgp.proto
parent8d0a8b0ffa696a3838740fec7accc54ccfb452ab (diff)
api: rename ValidationDetail to Validation
Let's simply use 'validation' because there is no other validation structure. We could add validation results from other than rpki so drop rpki name. Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
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;