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 e64482e6..a78a6e4b 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -202,6 +202,7 @@ message Path { bool filtered = 11; bool stale = 12; bool is_from_external = 13; + string neighbor_ip = 14; } message Destination { |