Slawek Kaplonski 8e26c10073 Use policy check strings from neutron-lib
Those base check strings were moved to neutron-lib with patch [1].

[1] https://review.opendev.org/c/openstack/neutron-lib/+/983214

Related-bug: #2143895

Change-Id: Ie9f6f9fd5159d4bbcef52f7ef956dcd1272197ba
Signed-off-by: Slawek Kaplonski <skaplons@redhat.com>
2026-06-10 12:22:50 +02:00
2025-05-02 19:28:24 +00:00
2020-08-10 09:30:08 +00:00
2024-09-17 23:59:24 +09:00
2017-08-07 07:56:14 +09:00
2024-09-17 23:59:24 +09:00
2015-07-24 16:09:56 +02:00
2024-10-30 10:49:41 +00:00
2026-06-02 16:11:19 +00:00
2016-01-20 02:09:20 +00:00
2015-07-24 16:09:56 +02:00
2025-03-20 11:31:56 -04:00

Tap as a Service

Tap-as-a-Service (TaaS) is an extension to the OpenStack network service (Neutron). It provides remote port mirroring capability for tenant virtual networks.

Port mirroring involves sending a copy of packets entering and/or leaving one port to another port, which is usually different from the original destinations of the packets being mirrored.

This service has been primarily designed to help tenants (or the cloud administrator) debug complex virtual networks and gain visibility into their VMs, by monitoring the network traffic associated with them. TaaS honors tenant boundaries and its mirror sessions are capable of spanning across multiple compute and network nodes. It serves as an essential infrastructure component that can be utilized for supplying data to a variety of network analytics and security applications (e.g. IDS).

For installing Tap-as-a-Service with Devstack please read the INSTALL.rst file

S
Description
Tap-as-a-Service is a project to introduce the functionality of port mirroring in OpenStack Neutron provisioned networks.
Readme 9.1 MiB
Languages
Python 98.8%
Shell 1.1%
Mako 0.1%