Re: [ovs-dev] [PATCH ovn v4 5/5] Implement MTU Path Discovery for multichassis ports

2023-05-23 Thread Dumitru Ceara
On 5/18/23 12:56, Ihar Hrachyshka wrote: > When a multichassis port belongs to a switch with a localnet port, > packets originating or directed to the multichassis port are NOT sent > thorugh the localnet port. Instead, tunneling is enforced in-cluster to > guarantee delivery of all packets to all

[ovs-dev] [PATCH ovn v4 5/5] Implement MTU Path Discovery for multichassis ports

2023-05-18 Thread Ihar Hrachyshka
When a multichassis port belongs to a switch with a localnet port, packets originating or directed to the multichassis port are NOT sent thorugh the localnet port. Instead, tunneling is enforced in-cluster to guarantee delivery of all packets to all chassis of the port. This behavior has an unfort