summaryrefslogtreecommitdiffhomepage
path: root/api/gobgp.proto
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2015-08-12 13:16:58 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2015-08-12 13:44:33 +0900
commit6180ffb7106e3673e4da5a2d2ce1f87612462721 (patch)
tree74646c52142ccda5b34231207cc741f8288f38ec /api/gobgp.proto
parentc2f5b1a176a1b7f72658821d057e23414e839718 (diff)
support rpki validation
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r--api/gobgp.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto
index 650e452b..5c5afbfe 100644
--- a/api/gobgp.proto
+++ b/api/gobgp.proto
@@ -144,6 +144,7 @@ message Path {
int64 age = 3;
bool best = 4;
bool is_withdraw = 5;
+ int32 validation = 6;
}
message Destination {