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 8ac1fe43..562663e4 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -532,6 +532,7 @@ message Path { bytes uuid = 16; // only paths installed by AddPath API have this bool is_nexthop_invalid = 17; uint32 identifier = 18; + uint32 local_identifier = 19; } message Destination { |