Re: [ovs-dev] [PATCH ovn 1/5] northd: fix ls_in_hairpin l3dgw flow generation

2023-05-30 Thread Dumitru Ceara
On 5/19/23 20:18, Vladislav Odintsov wrote: > This patch fixes a situation, where logical flow with incorrect syntax could > be generated. If a logical switch has two attached logical router ports and > one of them has configured gateway chassis, then incorrect flow can have the > match like: > `r

[ovs-dev] [PATCH ovn 1/5] northd: fix ls_in_hairpin l3dgw flow generation

2023-05-19 Thread Vladislav Odintsov
This patch fixes a situation, where logical flow with incorrect syntax could be generated. If a logical switch has two attached logical router ports and one of them has configured gateway chassis, then incorrect flow can have the match like: `reg0[14] == 1 && (is_chassis_resident("cr-lrp2") || ` o