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 e326169a..d0e47804 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -201,6 +201,7 @@ message Path { string source_id = 10; bool filtered = 11; bool stale = 12; + bool is_from_ops = 13; } message Destination { |