diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-07-26 07:56:35 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-07-26 08:09:02 +0900 |
commit | 22772c0e62ab215a9872761ca01d103e297f98bd (patch) | |
tree | 5367116d55e327ae4bda16e0b5cd47c05a22aa4a /api/gobgp.proto | |
parent | c99e499bce7a33feee36240b4d72acde8b0cb3d5 (diff) |
add LocalPathIdentifier
add-path support needs two identifiers, remote (rx) and local
(tx). The remote identifiers are assigined by remote peers, the local
ones are assigned by gobgpd itself.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
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 { |