From b0c773ef9c6a3e480087200b856291a246c7c374 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Fri, 16 Jun 2017 10:40:20 +0200 Subject: HONEYCOMB-356: translate API for BGP routes Change-Id: Iba3698737772544f4e4bd99db4c07319d74305fc Signed-off-by: Marek Gradzki --- infra/bgp-translate-api/asciidoc/Readme.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 infra/bgp-translate-api/asciidoc/Readme.adoc (limited to 'infra/bgp-translate-api/asciidoc') diff --git a/infra/bgp-translate-api/asciidoc/Readme.adoc b/infra/bgp-translate-api/asciidoc/Readme.adoc new file mode 100644 index 000000000..29a8e3275 --- /dev/null +++ b/infra/bgp-translate-api/asciidoc/Readme.adoc @@ -0,0 +1,11 @@ += bgp-translate-api + +API for translation between Binding Aware representation of BGP routes and actual device data. +Consists of writers responsible for RIB to FIB translation. + +Provides registry of writers for the data layer. +For every supported route type (e.g. ipv4, ipv6, labeled-unicast, etc.), +there should be at least one writer registered. + +BGP routes are based on bgp-rib model, provided by +https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main[ODL's BGP]. \ No newline at end of file -- cgit 1.2.3-korg