summaryrefslogtreecommitdiffhomepage
path: root/api/gobgp.proto
diff options
context:
space:
mode:
authorWataru Ishida <ishida.wataru@lab.ntt.co.jp>2017-01-22 00:37:58 -0500
committerWataru Ishida <ishida.wataru@lab.ntt.co.jp>2017-01-22 00:37:58 -0500
commitbb42a6832f14edb65c06256bfb4d7029faf9f3bb (patch)
tree99f275faff348a056d6af1e71c1a442d7cf8b279 /api/gobgp.proto
parent99ed1e73d7fe2245c36e4adb5f5cd924c4d55516 (diff)
api: add a UUID field to Path structure
Signed-off-by: Wataru Ishida <ishida.wataru@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 5ee871b6..a4c2363e 100644
--- a/api/gobgp.proto
+++ b/api/gobgp.proto
@@ -495,6 +495,7 @@ message Path {
bool stale = 12;
bool is_from_external = 13;
string neighbor_ip = 14;
+ bytes uuid = 15; // only paths installed by AddPath API have this
}
message Destination {