summaryrefslogtreecommitdiffhomepage
path: root/api/gobgp.proto
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2016-11-02 00:03:41 -0700
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2016-11-03 02:49:59 -0700
commitbe9918a163a20a7a885dc9206a733d983ee76b3a (patch)
treec73975d94321a1a02429fb6ad0d3e0373c3f4813 /api/gobgp.proto
parentc7653aa9d4276098a7a6b5ade5ffce5bf5d089e8 (diff)
remove label allocation completely
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r--api/gobgp.proto4
1 files changed, 1 insertions, 3 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto
index 9e1dfae3..eec09eb7 100644
--- a/api/gobgp.proto
+++ b/api/gobgp.proto
@@ -832,9 +832,7 @@ message Global {
int32 listen_port = 3;
repeated string listen_addresses = 4;
repeated uint32 families = 5;
- uint32 mpls_label_min = 6;
- uint32 mpls_label_max = 7;
- bool use_multiple_paths = 8;
+ bool use_multiple_paths = 6;
}
message TableInfo {