diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-07-02 08:36:39 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-07-02 09:31:01 +0200 |
commit | ae927860249b060ed4f9a8e0f3df8df7ec2e269c (patch) | |
tree | 9d64f36e681d49cbedb928ab2f69d5cad9dacb32 /l3/api/pom.xml | |
parent | 8366e77f1751abdae92284a9cbc0d26c126eb4dd (diff) |
HC2VPP-349: use fib-table-list-ref in the proxy-arp model
User is now required to explicitly configure FIB tables
using vpp-fib-management module.
The patch also adds non-default vrf configuration example
to the proxy-arp postman collection.
Change-Id: I8cbdf0add8992bfb0a6a8fe0a38d6a466d5951f0
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'l3/api/pom.xml')
-rw-r--r-- | l3/api/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/l3/api/pom.xml b/l3/api/pom.xml index 3388ec6d1..188e8ba20 100644 --- a/l3/api/pom.xml +++ b/l3/api/pom.xml @@ -48,5 +48,10 @@ <groupId>org.opendaylight.mdsal.model</groupId> <artifactId>yang-ext</artifactId> </dependency> + <dependency> + <groupId>io.fd.hc2vpp.fib.management</groupId> + <artifactId>fib-management-api</artifactId> + <version>${project.version}</version> + </dependency> </dependencies> </project>
\ No newline at end of file |