Add capability from rfc8950.

Just the basic parser, still needs to be integrated into the rest of the
code for the OPEN message parsing, and then the rest of the MP
Reach/Unreach NLRI parsing needs to be added.
This commit is contained in:
2023-02-23 01:07:46 +01:00
parent ff3211d1fc
commit 5818ec4956
4 changed files with 105 additions and 2 deletions

View File

@ -13,7 +13,6 @@
// limitations under the License.
use bgpd::route_client::netlink::NetlinkConnector;
use bgpd::route_client::southbound_interface::DummyVerifier;
use bgpd::route_client::southbound_interface::SouthboundInterface;
use clap::Parser;
use log::trace;