diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-06-23 14:00:58 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-06-28 10:51:08 +0000 |
commit | 995340b2a5204f8f643b3c5a4d18620f02b795a0 (patch) | |
tree | 44b27103896edc49e96dac399b6a5ef256ba612e /bgp/inet/asciidoc | |
parent | 2064e56f72c75eac68773bf35de81c081cb04231 (diff) |
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 <mgradzki@cisco.com>
Diffstat (limited to 'bgp/inet/asciidoc')
-rw-r--r-- | bgp/inet/asciidoc/Readme.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bgp/inet/asciidoc/Readme.adoc b/bgp/inet/asciidoc/Readme.adoc new file mode 100644 index 000000000..57e432485 --- /dev/null +++ b/bgp/inet/asciidoc/Readme.adoc @@ -0,0 +1,3 @@ += inet + +Provides mapping code between IPv4/IPv6 BGP routes and VPP core APIs.
\ No newline at end of file |