diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-02-07 18:21:19 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-02-17 14:12:11 +0100 |
commit | 4b6dd0d15903bd96ad344a588b75b93fd0088f55 (patch) | |
tree | 0745558a9090dd7e737594e5ff2c6c6911afbe12 /vpp-integration/minimal-distribution | |
parent | 2c00d09e6a41fcb066b43e76beb14e3d79210cc4 (diff) |
Add union type builders (HC2VPP-62 workaround)
Change-Id: I17e5c7a23e864329130cf23c11888cc28d9c19ba
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'vpp-integration/minimal-distribution')
-rw-r--r-- | vpp-integration/minimal-distribution/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml index d6f773dd6..976465276 100644 --- a/vpp-integration/minimal-distribution/pom.xml +++ b/vpp-integration/minimal-distribution/pom.xml @@ -42,7 +42,8 @@ <distribution.modules> io.fd.hc2vpp.common.integration.VppCommonModule, - io.fd.hc2vpp.lisp.LispModule, + <!--TODO update lisp model (workaround for ODL berilium issues --> + <!-- io.fd.hc2vpp.lisp.LispModule,--> io.fd.hc2vpp.v3po.V3poModule, // io.fd.hc2vpp.v3po.ClassifierIetfAclModule, <!-- Classifier Acl's module disabled by default, can't run in the same time with AclModule --> |