These 6 commits are when the Protocol Buffers files have changed:
Commit: | c2a5683 | |
---|---|---|
Author: | FUJITA Tomonori |
import latest gobgp gRPC API Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
The documentation is generated from this commit.
Commit: | b68f939 | |
---|---|---|
Author: | FUJITA Tomonori |
sync with latest GoBGP gRPC API Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
Commit: | 5f6a451 | |
---|---|---|
Author: | FUJITA Tomonori | |
Committer: | FUJITA Tomonori |
update grpc api to v3 Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
Commit: | 515fa3a | |
---|---|---|
Author: | FUJITA Tomonori |
support fqdn cap Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
Commit: | 19125f7 | |
---|---|---|
Author: | FUJITA Tomonori | |
Committer: | FUJITA Tomonori |
new architecutre for calculating best path with policies on multi cores in paralle Routing table is partitioned by hash value of prefix. Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
Commit: | 191325c | |
---|---|---|
Author: | FUJITA Tomonori | |
Committer: | FUJITA Tomonori |
use hyperium/tonic for grpc instead of tikv/grpc-rs - tonic is pure Rust. grpc-rs is the wapper of grpc code library in C++. Much easier to build RustyBGP with the former. - tonic is implemented with the latest Future API. grpc-rs isn't. Now RustyBGP is implemented with async/await. Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>