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 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 { |