diff options
author | Wataru Ishida <ishida.wataru@lab.ntt.co.jp> | 2016-08-21 05:23:04 +0000 |
---|---|---|
committer | Wataru Ishida <ishida.wataru@lab.ntt.co.jp> | 2016-08-21 07:17:34 +0000 |
commit | 430a4f93e8ad9afdcca11aa167ea2f5513009a0d (patch) | |
tree | 4468ff41826a56d3ed07cecb756afd925b8695d8 /api/gobgp.proto | |
parent | 4ecf30f884ae7578ef3ce1a34510d9dd02c6e2bf (diff) |
api: enable to set/get UseMultiplePaths global setting
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 cc49f05d..0025ae91 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -819,4 +819,5 @@ message Global { repeated uint32 families = 5; uint32 mpls_label_min = 6; uint32 mpls_label_max = 7; + bool use_multiple_paths = 8; } |