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 650e452b..5c5afbfe 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -144,6 +144,7 @@ message Path { int64 age = 3; bool best = 4; bool is_withdraw = 5; + int32 validation = 6; } message Destination { |