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 5bdc9046..11f969e0 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -197,6 +197,7 @@ message Path { uint32 source_asn = 9; string source_id = 10; bool filtered = 11; + bool stale = 12; } message Destination { |