diff options
author | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2019-04-14 22:58:07 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2019-04-16 12:40:36 +0900 |
commit | bec61c4f38344febda7495a35afa02061bb2880b (patch) | |
tree | 352deca93f361a6b60bffb21b2f18fc6b320d301 /api/gobgp.proto | |
parent | 284ef3627d48bfa22afc4228c8f9cfdec737150e (diff) |
server: make ListPath API show filtered paths
This adds the feature to show filtered paths by policies to ListPath
API.
with EnableFiltered in ListPathRequest enabled:
- ListPath for adj-in sets filtered on paths filtered by policys
- ListPath for adj-out includes paths filtered by policys with filtered set.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
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 398d7bd2..97d3b803 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -227,6 +227,7 @@ message ListPathRequest { PREFIX = 1; } SortType sort_type = 5; + bool enable_filtered = 6; } message ListPathResponse { |