1
0
mirror of https://github.com/osrg/gobgp.git synced 2024-05-11 05:55:10 +00:00
Files
osrg-gobgp/api
Rinat Baygildin a3f1d8c19a Add enable_only_binary flag to grpc ListPath method
Adding enable_only_binary allows using only binary representation of nlri and attributes on the ListPath call.
For clients who uses only binary representation it helps to significantly reduce
resource consumption by refusing unnecessary conversion.

It is vital while processing a large number of paths, e.g. full-view.

This change doesn't break backward compatibility.
2022-11-18 16:04:41 +04:00
..