summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Yourtchenko <ayourtch@gmail.com>2019-08-07 17:12:27 +0000
committerAndrew Yourtchenko <ayourtch@gmail.com>2019-08-07 17:13:59 +0000
commite41fd65381128642803677a6272f9eb02a46ece6 (patch)
tree3760cc38258773822f0aa05837ac35063e2e7798
parentc0bc26eaf33d4309ec9e38086366ea172b624806 (diff)
Initial 20.01-rc0 commitv20.01-rc0
Change-Id: Iee2e28647b966ba8ed9e4fe0e809639fbe8a5756 Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
-rw-r--r--RELEASE.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md
index f11f1ab545c..aa1ed9b7eeb 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,5 +1,6 @@
# Release Notes {#release_notes}
+* @subpage release_notes_2001
* @subpage release_notes_1908
* @subpage release_notes_19042
* @subpage release_notes_19041
@@ -22,6 +23,10 @@
* @subpage release_notes_1609
* @subpage release_notes_1606
+@page release_notes_2001 Release notes for VPP 20.01
+
+TBD
+
@page release_notes_1908 Release notes for VPP 19.08
TBD
73' href='#n173'>173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195
<?xml version="1.0" encoding="UTF-8"?>
<!--
 Copyright (c) 2015 Cisco and/or its affiliates.
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at:

     http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

  <parent>
    <groupId>io.fd.hc2vpp.common</groupId>
    <artifactId>minimal-distribution-parent</artifactId>
    <version>1.18.10-SNAPSHOT</version>
    <relativePath>../../common/minimal-distribution-parent</relativePath>
  </parent>

  <modelVersion>4.0.0</modelVersion>
  <groupId>io.fd.hc2vpp.integration</groupId>
  <artifactId>vpp-integration-distribution</artifactId>
  <name>${project.artifactId}</name>
  <version>1.18.10-SNAPSHOT</version>

  <properties>
    <main.class>io.fd.honeycomb.infra.distro.Main</main.class>
    <v3po.version>1.18.10-SNAPSHOT</v3po.version>
    <lisp.version>1.18.10-SNAPSHOT</lisp.version>
    <vpp.common.integration.version>1.18.10-SNAPSHOT</vpp.common.integration.version>
    <vppnsh.version>1.18.10-SNAPSHOT</vppnsh.version>
    <nat.version>1.18.10-SNAPSHOT</nat.version>
    <ioam.version>1.18.10-SNAPSHOT</ioam.version>
    <routing.version>1.18.10-SNAPSHOT</routing.version>
    <acl.version>1.18.10-SNAPSHOT</acl.version>
    <dhcp.version>1.18.10-SNAPSHOT</dhcp.version>
    <vpp.classifier.version>1.18.10-SNAPSHOT</vpp.classifier.version>
    <l3-impl.version>1.18.10-SNAPSHOT</l3-impl.version>
    <vpp-management-impl.version>1.18.10-SNAPSHOT</vpp-management-impl.version>
    <iface.role.version>1.18.10-SNAPSHOT</iface.role.version>
    <hc2vpp.bgp.version>1.18.10-SNAPSHOT</hc2vpp.bgp.version>

    <distribution.modules>
      io.fd.hc2vpp.common.integration.VppCommonModule,
      io.fd.hc2vpp.management.VppManagementModule,
      io.fd.hc2vpp.fib.management.FibManagementModule,
      io.fd.hc2vpp.lisp.LispModule,
      io.fd.hc2vpp.lisp.gpe.GpeModule,
      io.fd.hc2vpp.v3po.V3poModule,
      io.fd.hc2vpp.iface.role.InterfaceRoleModule,
      io.fd.hc2vpp.l3.InterfaceL3Module,
      io.fd.hc2vpp.l3.SubInterfaceL3Module,
      io.fd.hc2vpp.l3.ProxyArpModule,
      io.fd.hc2vpp.vpp.classifier.VppClassifierModule,
      io.fd.hc2vpp.vpp.classifier.InterfaceClassifierAclModule,
      io.fd.hc2vpp.vpp.classifier.SubInterfaceClassifierAclModule,
      io.fd.hc2vpp.nat.NatModule,
      io.fd.hc2vpp.routing.RoutingModule,
      io.fd.hc2vpp.acl.AclModule,
      io.fd.hc2vpp.dhcp.DhcpModule,
      io.fd.hc2vpp.policer.PolicerModule,
      io.fd.hc2vpp.mpls.MplsModule,
      io.fd.hc2vpp.srv6.Srv6Module,
      <!-- Nsh module by default disabled, because it needs vpp-nsh plugin, which is not part of vpp codebase.-->
      // io.fd.hc2vpp.vppnsh.impl.VppNshModule,
      <!-- iOAM module by default disabled, because it needs ioam plugin (not part of vpp codebase.)-->
      // io.fd.hc2vpp.vppioam.impl.VppIoamModule,
      <!-- Bgp modules disabled by default, because it BGP northbound interface is not enabled by default -->
      // io.fd.hc2vpp.bgp.inet.BgpInetModule
      // io.fd.hc2vpp.bgp.prefix.sid.BgpPrefixSidModule
    </distribution.modules>
  </properties>

  <build>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.codehaus.gmaven</groupId>
        <artifactId>groovy-maven-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-dependency-plugin</artifactId>
      </plugin>
      <plugin>
        <artifactId>maven-assembly-plugin</artifactId>
      </plugin>
    </plugins>
  </build>

  <dependencies>
    <dependency>
      <groupId>io.fd.honeycomb</groupId>
      <artifactId>minimal-distribution</artifactId>
      <version>${honeycomb.version}</version>
    </dependency>
    <dependency>
      <groupId>io.fd.hc2vpp.common</groupId>
      <artifactId>vpp-common-integration</artifactId>
      <version>${vpp.common.integration.version}</version>
    </dependency>
    <dependency>
      <groupId>io.fd.hc2vpp.v3po</groupId>
      <artifactId>v3po2vpp</artifactId>
      <version>${v3po.version}</version>
    </dependency>
    <dependency>
      <groupId>io.fd.hc2vpp.vpp.classifier</groupId>
      <artifactId>vpp-classifier-impl</artifactId>
      <version>${vpp.classifier.version}</version>
    </dependency>
    <dependency>
      <groupId>io.fd.hc2vpp.l3</groupId>
      <artifactId>l3-impl</artifactId>
      <version>${l3-impl.version}</version>
    </dependency>
    <dependency>
      <groupId>io.fd.hc2vpp.lisp</groupId>
      <artifactId>lisp2vpp</artifactId>
      <version>${lisp.version}</version>
    </dependency>
    <dependency>
      <groupId>io.fd.hc2vpp.nsh</groupId>
      <artifactId>vppnsh-impl</artifactId>
      <version>${vppnsh.version}</version>
    </dependency>
    <dependency>
      <groupId>io.fd.hc2vpp.nat</groupId>
      <artifactId>nat2vpp</artifactId>
      <version>${nat.version}</version>
    </dependency>
    <dependency>
      <groupId>io.fd.hc2vpp.routing</groupId>
      <artifactId>routing-impl</artifactId>
      <version>${routing.version}</version>
    </dependency>
    <dependency>
      <groupId>io.fd.hc2vpp.ioam</groupId>
      <artifactId>vppioam-impl</artifactId>
      <version>${ioam.version}</version>
    </dependency>
    <dependency>
      <groupId>io.fd.hc2vpp.acl</groupId>
      <artifactId>acl-impl</artifactId>
      <version>${acl.version}</version>
    </dependency>
    <dependency>
      <groupId>io.fd.hc2vpp.dhcp</groupId>
      <artifactId>dhcp-impl</artifactId>
      <version>${dhcp.version}</version>
    </dependency>
    <dependency>
      <groupId>io.fd.hc2vpp.management</groupId>
      <artifactId>vpp-management-impl</artifactId>
      <version>${vpp-management-impl.version}</version>
    </dependency>
    <dependency>
      <groupId>io.fd.hc2vpp.iface.role</groupId>
      <artifactId>impl</artifactId>
      <version>${iface.role.version}</version>
    </dependency>
    <dependency>
      <groupId>io.fd.hc2vpp.bgp</groupId>
      <artifactId>bgp-inet</artifactId>
      <version>${hc2vpp.bgp.version}</version>
    </dependency>
    <dependency>
      <groupId>io.fd.hc2vpp.mpls</groupId>
      <artifactId>mpls-impl</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>io.fd.hc2vpp.srv6</groupId>
      <artifactId>srv6-impl</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>io.fd.hc2vpp.bgp</groupId>
      <artifactId>bgp-prefix-sid</artifactId>
      <version>${hc2vpp.bgp.version}</version>
    </dependency>
  </dependencies>
</project>