summaryrefslogtreecommitdiffhomepage
path: root/api/gobgp.proto
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@gmail.com>2020-10-20 21:09:34 +0900
committerFUJITA Tomonori <fujita.tomonori@gmail.com>2020-10-21 21:09:12 +0900
commit3d3d6f34381f811c4e42c148c7666b47f45a7654 (patch)
tree6ac6cd1a32b0af142bb39ba8f83b45e5ccf9be6b /api/gobgp.proto
parente6eb1da279769bd3d56364ab685b4fb2e0b029a7 (diff)
api: add ListPathRequest's option to get binary of nlri and attributes
put the binary of nlri and path attribute to the response. Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r--api/gobgp.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto
index 3ed531a9..f8b3dcdc 100644
--- a/api/gobgp.proto
+++ b/api/gobgp.proto
@@ -228,6 +228,8 @@ message ListPathRequest {
}
SortType sort_type = 5;
bool enable_filtered = 6;
+ bool enable_nlri_binary = 7;
+ bool enable_attribute_binary = 8;
}
message ListPathResponse {