From 3d3d6f34381f811c4e42c148c7666b47f45a7654 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Tue, 20 Oct 2020 21:09:34 +0900 Subject: 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 --- api/gobgp.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api/gobgp.proto') 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 { -- cgit v1.2.3