bgp 0.0.2

A Border Gateway Protocol implementation
1
2
3
4
5
6
7
8
9
# BGP

This crate provides a binary which runs the Border Gateway Protocol (BGP).

Please refer to the other implementation crates part of this repository where most of the actual implemntation lives.

Warning: This is still very much a work in progress and is not yet ready for use.

The main ongoing work is happening currently in the BGP packet crate.