diff options
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r-- | api/gobgp.proto | 2 |
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 { |