aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunfeng Wang <drenfong.wang@intel.com>2019-09-09 02:31:20 +0000
committerJunfeng Wang <drenfong.wang@intel.com>2019-09-09 02:31:20 +0000
commit6250722cbc561096afaf43b67739687aea78e62e (patch)
treeda80c4496bb79ac62ec0a7e7d7e1ab4ebfdaa0ab
parent656ec664092100387c6a0d338c1251b4ceb177e6 (diff)
Revert "modify readme"
This reverts commit 656ec664092100387c6a0d338c1251b4ceb177e6. Reason for revert: <INSERT REASONING HERE> Change-Id: Ic796fa1111cfac8df5c006856dde51c77fcd1c7d Signed-off-by: Junfeng Wang <drenfong.wang@intel.com>
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 8702401..eb41715 100644
--- a/README.md
+++ b/README.md
@@ -8,16 +8,16 @@ for Deep Packet Inspection, integrated with the general purpose FD.io VPP stack.
It leverages industry regex matching library to provide a rich set of features,
which can be used in IPS/IDS, Web Firewall and similar applications.
-For more information on UDPI and its features please visit the
-[UDPI website](https://wiki.fd.io/view/UDPI)
+ For more information on UDPI and its features please visit the
+ [UDPI website](https://wiki.fd.io/view/UDPI)
## Changes
-Details of the changes leading up to this version of UDPI can be found under
-@ref release notes.
+ Details of the changes leading up to this version of UDPI can be found under
+ @ref release notes.
-## Quick Start ##(in CentOS cmake = cmake3, gcc = devtoolset-7, follow vpp)
+## Quick Start ##
```
From the code tree root
@@ -45,7 +45,7 @@ $ make
$ sudo make install
CMAKE variables:
-- CMKAE_INSTALL_LIBDIR -- set the library directory. In CentOS, it is lib or lib64, in debian and it's releated, it is lib/x86_64-linux-gnu
+- CMKAE_INSTALL_LIBDIR -- set the library directory. In CentOS, it is lib or lib64, in debian and it's releated, it is lib/x86_64-linux-gnu
- CMAKE_INSTALL_PREFIX -- set the install directory for the udpi-plugin. This is the common path to the lib folder containing vpp_plugins and vpp_api_test_plugins folders. Default is /usr/local.
- VPP_HOME -- set the directory containing the include and lib directories of vpp.
```
@@ -181,7 +181,7 @@ The CLI commands for the udpi plugin start all with the udpi keyword. To see the
This software is distributed under the following license:
```
-Copyright (c) 2018-2019 Intel and/or its affiliates.
+Copyright (c) 2017-2019 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:
@@ -192,6 +192,6 @@ 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.
+limitations under the License.
```