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 ded9487d..c8b02a4a 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -509,6 +509,7 @@ message Path { string neighbor_ip = 14; bytes uuid = 15; // only paths installed by AddPath API have this bool is_nexthop_invalid = 16; + uint32 identifier = 17; } message Destination { |