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 cb85db27..84844214 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -63,6 +63,7 @@ message ModPathArguments { bool is_withdraw = 2; bytes raw_nlri = 3; repeated bytes raw_pattrs = 4; + bool no_implicit_withdraw = 5; } message PolicyArguments { |