Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
actions: Use random port selection for SNAT with external_port_range.
This is to avoid unexpected behavior changes due to the underlying datapath (e.g., kernel) changing defaults. If we don't explicitly request a port selection algorithm, OVS leaves it up to the datapath to decide how to do the port selection. Currently that means that source port allocation is not random if the original source port fits in the requested range. Reported-at: https://mail.openvswitch.org/pipermail/ovs-dev/2024-January/410847.html Reported-at: https://issues.redhat.com/browse/FDP-301 Fixes: 60bdc8e ("NAT: Provide port range in input") Signed-off-by: Dumitru Ceara <[email protected]>
- Loading branch information