neutron/doc/source
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
..
_static Neutron Feature Classification 2017-03-15 23:31:58 +00:00
admin Merge "[OVN] Remove OVN_GATEWAY_INVALID_CHASSIS artifact" 2024-03-01 20:38:48 +00:00
cli Remove the neutron-debug tool 2023-05-12 12:42:31 -04:00
configuration Fix IGMP inconsistency across drivers 2023-12-15 09:05:19 +00:00
contributor Add a default goto table=94 for openvswitch fw 2024-06-13 10:57:41 +02:00
feature_classification Update Interop doc 2021-11-08 10:42:22 +00:00
install [Docs] Fix info about provider bridge name in the bridge_mappings 2023-10-27 17:57:41 +02:00
ovn Update some examples to use openstackclient 2024-02-14 17:31:13 -05:00
reference PDF documentation build 2019-08-26 02:50:58 +09:00
_intro.rst PDF documentation build 2019-08-26 02:50:58 +09:00
conf.py Remove ovn.ini example file 2023-09-06 15:19:30 -04:00
index.rst Merge networking-ovn documentation into neutron 2020-02-13 18:54:15 +09:00
pdf-index.rst Merge networking-ovn documentation into neutron 2020-02-13 18:54:15 +09:00