diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2017-02-16 17:28:53 +0900 |
---|---|---|
committer | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2017-03-06 11:11:54 +0900 |
commit | c06423e60bfb5d8d19a092d89def8f351e421368 (patch) | |
tree | cd4b87473ff82ec12e5a7c832c9874600da91442 /api/gobgp.proto | |
parent | 2c35b2446d571650e2124fde5e12463b62a33b9e (diff) |
cli: Enable to get nexthop reachability state
This patch enables GoBGP CLI to get the best path based on the nexthop
reachability state.
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
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 1d6f0c52..9c04a6c9 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -504,6 +504,7 @@ message Path { bool is_from_external = 13; string neighbor_ip = 14; bytes uuid = 15; // only paths installed by AddPath API have this + bool is_nexthop_invalid = 16; } message Destination { |