From 3edc384ac6cbeb68d36dbb4a51aa027c3bd3257d Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Fri, 15 Jun 2018 13:09:56 +0200 Subject: HC2VPP-288 - add SRv6 module (writers only) Changes: - add new module for SRv6 - add models for SRv6 configuration: from https://datatracker.ietf.org/doc/draft-raza-spring-srv6-yang/ - hc2vpp-ietf-srv6-base@2018-03-01.yang - hc2vpp-ietf-srv6-static@2018-03-01.yang - ietf-srv6-types@2018-03-01.yang - implements Configuration of local sids and their end functions. - implements support for FIB table management (HC2VPP-345) Models hc2vpp-ietf-srv6-base and hc2vpp-ietf-srv6-static are changed (HC2VPP-332): - imports for routing models (HC2VPP-298) - presence in end function containers was added to fix mandatory child verification if parent container is not present Change-Id: Ib74e48023b671383f076b84773e26ce7c5ae282a Signed-off-by: Michal Cmarada Signed-off-by: Jan Srnicek --- srv6/srv6-api/pom.xml | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 srv6/srv6-api/pom.xml (limited to 'srv6/srv6-api/pom.xml') diff --git a/srv6/srv6-api/pom.xml b/srv6/srv6-api/pom.xml new file mode 100644 index 000000000..c20c43234 --- /dev/null +++ b/srv6/srv6-api/pom.xml @@ -0,0 +1,62 @@ + + + + 4.0.0 + + + io.fd.hc2vpp.common + api-parent + 1.18.07-SNAPSHOT + ../../common/api-parent + + + io.fd.hc2vpp.srv6 + srv6-api + ${project.artifactId} + 1.18.07-SNAPSHOT + bundle + + + + io.fd.hc2vpp.routing + routing-api + ${project.version} + + + io.fd.hc2vpp.fib.management + fib-management-api + ${project.version} + + + org.opendaylight.mdsal.model + ietf-yang-types-20130715 + + + org.opendaylight.mdsal.model + ietf-inet-types-2013-07-15 + + + org.opendaylight.mdsal.model + ietf-interfaces + + + org.opendaylight.mdsal.model + yang-ext + + + -- cgit 1.2.3-korg