diff options
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r-- | api/gobgp.proto | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto index e50e3c71..cb85db27 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -60,7 +60,9 @@ message Arguments { message ModPathArguments { Resource resource = 1; - Path path = 2; + bool is_withdraw = 2; + bytes raw_nlri = 3; + repeated bytes raw_pattrs = 4; } message PolicyArguments { |