Doc: add section about OVS filtering tables

Depends-On: https://review.opendev.org/c/openstack/neutron-lib/+/785590
Change-Id: Iaf360714f25defecbc5dd28515fba75e8c966b59
This commit is contained in:
elajkat 2021-04-12 15:50:38 +02:00
parent bdd661d218
commit b70247eeb9
1 changed files with 13 additions and 0 deletions

View File

@ -102,6 +102,19 @@ future to support existing VLAN-tagged traffic (coming from NFV VMs
for instance) and/or to deal with potential QinQ support natively
available in the Open vSwitch.
OVS Filtering Tables
--------------------
ovs-neutron-agent and other L2 agent extensions use OVS filtering tables.
For the list of tables and the short name for them used in Neutron see
`ovs-neutron-agent constants`_
For a detailed discussion of Open vSwitch firewall driver and how the
filtering tables are used for security-groups see :doc:`openvswitch_firewall`.
.. _ovs-neutron-agent constants: https://opendev.org/openstack/neutron-lib/src/branch/master/neutron_lib/constants.py
Tackling the Network Trunking use case
--------------------------------------