Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ovn-controller: Fix flow generation for container traffic.
In table 64, when a vlan tag is set on a packet destined to a container running inside a VM, we currently don't revert it. This has an unintended consequence for broadcast traffic when one endpoint of the braodcast traffic is a plain VM (without containers running inside) where the previously set tag would remain in the packets sent to the VM. This commit fixes the above problem by popping the VLAN and resetting the input port after outputting the packet with a vlan tag to a container logical port. Signed-off-by: Gurucharan Shetty <[email protected]> Acked-by: Ben Pfaff <[email protected]>
- Loading branch information