Hi How do I SSH into a machine which has a bridge set up and the only interface is added to the bridge? I have a bridge br0 on which eth0 is attached. I want that when the SSH packets from a specific host reach the machine, OVS does not handle them but they are handled as they would be without OVS. I added the normal rule - ovs-ofctl add-flow br0 "in_port=<eth0>,ip,nw_src=<src_ip>,actions=normal" But this doesn't work. so how do I handle flows that I don't want to go through OVS and in this case, a SSH connection?
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
