From 995340b2a5204f8f643b3c5a4d18620f02b795a0 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Fri, 23 Jun 2017 14:00:58 +0200 Subject: HC2VPP-174: add support for BGP IPv4/IPv6 unicast Tranlates BGP IPv4/IPv6 routes to VPP FIB. Not supported: - multiple paths (https://tools.ietf.org/html/rfc7911) - IPv6 SR Change-Id: I06f0e81dd44df6a2eb7a3fe95445041e8f4f7af9 Signed-off-by: Marek Gradzki --- bgp/asciidoc/Readme.adoc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bgp/asciidoc/Readme.adoc (limited to 'bgp/asciidoc/Readme.adoc') diff --git a/bgp/asciidoc/Readme.adoc b/bgp/asciidoc/Readme.adoc new file mode 100644 index 000000000..27a929864 --- /dev/null +++ b/bgp/asciidoc/Readme.adoc @@ -0,0 +1,3 @@ += bgp-aggregator + +This is a Honeycomb plugin providing mapping code between BGP routes and VPP core APIs. \ No newline at end of file -- cgit 1.2.3-korg