neutron/doc/source/contributor
LIU Yulong f94f8b6384
Add a default goto table=94 for openvswitch fw
If enable explicitly_egress_direct=True and set port as
no security group and port_security=False, the ingress
flood will reappear. The pipleline is:
Ingress
table_0 -> table_60 -> NORMAL -> VM
Egress
table_0 -> ... -> table_94 -> output

Because ingress final action is normal, the br-int will learn the
source MAC, but egress final action is output. So VM's mac will
never be learnt by the br-int. Then ingress flood comes again.

This patch adds a default direct flow to table 94 during the
openflow security group init and explicitly_egress_direct=True, then
the pipleline will be:
Ingress
table_0 -> table_60 -> table_94 -> output VM
Egress
table_0 -> ... -> table_94 -> output

And this patch adds the flows coming from patch port which will
match local vlan then go to table 94 do the same direct actions.

Above flood issue will be addressed by these flows.

Closes-Bug: #2051351
Change-Id: Ia61784174ee610b338f26660b2954330abc131a1
(cherry picked from commit d6f56c5f96)
2024-06-13 10:57:41 +02:00
..
dashboards Doc: Due to recent grafana upgrade change urls in doc 2022-02-15 11:33:49 +01:00
figures contributor docs: Architectural overview for metadata 2023-09-18 10:32:32 +02:00
internals Add a default goto table=94 for openvswitch fw 2024-06-13 10:57:41 +02:00
ovn [OVN] scripts for networking-ovn code migration 2020-01-26 20:19:43 +00:00
ovn_vagrant Alphabetize some of the admin and contrib docs 2023-09-18 13:12:31 -04:00
policies Alphabetize some of the admin and contrib docs 2023-09-18 13:12:31 -04:00
stadium Remove reference of openstack-health 2022-04-05 19:44:58 -05:00
testing Alphabetize some of the admin and contrib docs 2023-09-18 13:12:31 -04:00
alembic_migrations.rst Updates for python3.8 2020-04-28 14:03:21 -04:00
client_command_extensions.rst Update the documentation link for doc migration 2017-07-22 18:46:13 +09:00
contribute.rst doc: Drop description about old translation method 2023-12-21 02:36:09 +09:00
contributing.rst [Community goal] Add contributor and PTL guide 2020-03-03 04:43:26 +01:00
development_environment.rst Fix remaining typos in comments and tests 2022-07-06 21:20:27 +05:30
effective_neutron.rst Remove documentation about nested transactions 2021-01-18 12:22:40 +01:00
gerrit-recheck.rst Make the recheck policy more prominently visible 2022-04-22 17:13:41 -05:00
index.rst Make the recheck policy more prominently visible 2022-04-22 17:13:41 -05:00
modules.rst Rearrange existing documentation to fit the new standard layout 2017-07-08 05:49:56 +00:00
neutron_api.rst Rearrange existing documentation to fit the new standard layout 2017-07-08 05:49:56 +00:00
upgrade_checks.rst Upgrade check command - add support for 3rd party checks 2018-12-18 11:23:03 +01:00