neutron/neutron/tests/unit/agent/common
Oleg Bondarev e4b8795c23 Clear skb mark on encapsulating packets
Looks like by default OVS tunnels inherit skb marks from
tunneled packets. As a result Neutron IPTables marks set in
qrouter namespace are inherited by VXLAN encapsulating packets.
These marks may conflict with marks used by underlying networking
(like Calico) and lead to VXLAN tunneled packets being dropped.

This patch ensures that skb marks are cleared by OVS before entering
a tunnel to avoid conflicts with IPTables rules in default namespace.

Closes-Bug: #1839252
Change-Id: Id029be51bffe4188dd7f2155db16b21d19da1698
(cherry picked from commit 7627735252)
2019-08-12 17:20:49 +04:00
..
__init__.py Add missing neutron/tests/unit/agent/common/__init__.py 2015-04-01 22:43:13 +02:00
test_ovs_lib.py Clear skb mark on encapsulating packets 2019-08-12 17:20:49 +04:00
test_polling.py OVS agent support on Hyper-V 2015-03-25 13:48:33 -07:00
test_resource_processing_queue.py Rename router processing queue code to be more generic 2019-04-10 18:16:29 +02:00
test_utils.py Refactoring agent linux&ovsdb config 2017-08-25 10:41:39 -04:00