diff options
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r-- | api/gobgp.proto | 1 |
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 { |