[ovs-dev] [PATCH ovn] northd: Allow DHCP request from the lport if enabled DHCPv4

2024-04-15 Thread liuxie_11
From: shylou DHCP for VM fails when removing default security group rules using a CMS like Neutron ML2/OVN [1]. This is because DHCP requests from VMs may be dropped by ACLs. To fix this issue, we add a lflow with a priority of 34000 to allow DHCP requests from the logical port if the CMS has

[ovs-dev] [PATCH ovn] tests: Ignore log setting extended ack support failed.

2024-04-15 Thread liuxie_11
From: shylou The test error log 'setting extended ack support failed' in the test results may cause test failures. However, according to the OVS commit[1], this is not a critical issue, so we can safely ignore this log.

[ovs-dev] [PATCH ovn v2] northd: Avoid snat on reply packets for dgw

2023-10-10 Thread liuxie_11
From: shylou OVN had fix the issue[1] that avoid snat on reply packets for gateway router. It is also needed to be dealt with for dgw. [1]https://github.com/ovn-org/ovn/commit/8b3e1afc30 Signed-off-by: Xie Liu Acked-by: Dumitru Ceara --- northd/northd.c | 8 ++- tests/ovn-northd.at

[ovs-dev] [PATCH ovn] northd: Avoid snat on reply packets for dgw

2023-09-14 Thread liuxie_11
From: shylou OVN had fix the issue[1] that avoid snat on reply packets for gateway router. It is also needed to be dealt with for dgw. [1]https://github.com/ovn-org/ovn/commit/8b3e1afc30 Signed-off-by: Xie Liu --- northd/northd.c | 4 tests/ovn-northd.at | 56