diff options
author | Wataru Ishida <ishida.wataru@lab.ntt.co.jp> | 2017-05-06 05:47:54 -0400 |
---|---|---|
committer | Wataru Ishida <ishida.wataru@lab.ntt.co.jp> | 2017-05-06 09:30:10 -0400 |
commit | 86d9587f757fe728996d36c4acfbf7417fda4fb2 (patch) | |
tree | 80bab06a054dcfb76a376ae53537bc5afc86f326 /api/gobgp.proto | |
parent | 897adf530cfe0247f3b5d8e60d846cdbdc7c1b88 (diff) |
cli: speed up showing a specific defined-set
Signed-off-by: Wataru Ishida <ishida.wataru@lab.ntt.co.jp>
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 5525f02b..6f425f4c 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -335,6 +335,7 @@ message DeleteVrfResponse { message GetDefinedSetRequest { DefinedType type = 1; + string name = 2; } message GetDefinedSetResponse { |