diff options
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r-- | api/gobgp.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto index 11f969e0..e326169a 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -80,7 +80,10 @@ message ModPathArguments { Resource resource = 2; string name = 3; Path path = 4; + // uuid field can be only used when operation is DEL bytes uuid = 5; + // family field is only used when operation is DEL_ALL + uint32 family = 6; } message ModPathResponse { |