diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2016-02-13 08:25:19 +0900 |
---|---|---|
committer | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2016-02-13 08:37:10 +0900 |
commit | ecbfa29d08a5a439be6e138ff8312552b5757949 (patch) | |
tree | d7ae034bade7676d32943503f9536f0a4eb03e77 /api/gobgp.proto | |
parent | e9bc2a896075edd991fd59334dbbab4b3c5b2f68 (diff) |
server/api: add DEL_ALL operation support in ModPath() api
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
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 { |