Is there a way to define a flow that prevents all traffic from one port on openvswitch from going to another port?
Basically want to prevent any traffic from one port (A) on the OVS switch from going to another port (B). Both A and B are in the ovs switch. B should still receive traffic from other ports on the same switch.
Is Open vSwitch (OVS) FIPS compliant?
My question might not be worded very accurately. I’m working on a project where we want to use OVS to build the encryption module with IPSec for encryption in-transit. We wonder if OVS meets the FIPS compliant requirement.