diff options
author | 2017-06-23 14:00:58 +0200 | |
---|---|---|
committer | 2017-06-28 10:51:08 +0000 | |
commit | 995340b2a5204f8f643b3c5a4d18620f02b795a0 (patch) | |
tree | 44b27103896edc49e96dac399b6a5ef256ba612e /pom.xml | |
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 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,5 +53,6 @@ <module>vpp-management</module> <module>it</module> <module>interface-role</module> + <module>bgp</module> </modules> </project>
\ No newline at end of file |