aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ipsec/ipsec.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-16IPSec: fix IPv6 policy deletingMatus Fabian1-1/+1
2017-11-28IPSec AH protocol enhancement in VPP native core“mukeshyadav1984”1-1/+12
2017-10-26Allow IPsec interface to have SAs resetMatthew Smith1-1/+1
2017-10-24Add extern to *_main global variable declarations in header files.Dave Wallace1-0/+2
2017-10-12dpdk/ipsec: coverity fixesSergio Gonzalez Monroy1-9/+20
2017-10-05dpdk/ipsec: rework plus improved cli commandsSergio Gonzalez Monroy1-5/+3
2017-01-27dpdk: rework cryptodev ipsec build and setupSergio Gonzalez Monroy1-23/+28
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+581
###################### Getting Started Guides ###################### The Getting Started Guide is comprised of several different sections; a section for Users, another for Developers, and a section for Writing VPP documentation. The Users section covers basic VPP installation and configuration operations. This section covers the following areas: * Describes the different types of VPP packages * Describes how to install VPP Binaries on different OS platforms (Ubuntu, Centos, openSUSE). * Explains how to configure, then use VPP. * Explains how to use the Configuration Utility. The Developers section covers the following areas: * Building VPP * Describes the components of the four VPP layers * How to Create, Add, Enable/Disable features * Discusses different aspects of Bounded-index Extensible Hashing (bihash) The Writing VPP Documentation section covers the following topics: * How to build VPP documents * How to push your changes to the VPP Docs Repository * Identifies the different styles associated to reStructuredText * Identifies the different styles associated to Markdown .. toctree:: :maxdepth: 2 users/index.rst developers/index.rst writingdocs/index.rst