Hi All, I want to add a flow in OVS to allow ssh from specific IP address. Also, i want add some rules to allow/drop accessibility from specific IPs.
Steps i did yet * My OVS is running in VM ubuntu. * created one bridge. * added port to bridge. * added 2 host using network namespace which are attached via veth with my bridge. * now both hosts will communicate via my bridge (working fine). now i am trying to add some rules in OVS which drop the packet coming from host1 to host2, tried below but it not working. ovs-ofctl add-flow br0 dl_type=0x0800,ip,nw_src=x.x.x.x,action=drop. could any one help, how can i add rules ssh and to drop some packets from some ip. Thanks in advance. Regards S Pratap _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev