i install xen and ovs 1.4.0 on my host ,then install one vm(vif3.0, port=4)with ip 10.0.30.223,i want to rate limiting vm by application port, i do like below:
1. ovs-vsctl -- set port vif3.0 qos=@qos1 -- --id=@qos1 create qos type=linux-htb queues=0=@q0 -- --id=@q0 create queue other-config:max-rate=10000000000 other-config:min-rate=100 other-config:burst=100 2. ovs-ofctl add-flow br0 in_port=4, tcp,tp_src=22,actions=enqueue:4:0 when i do like 2 ,i can't connect to vm use application port 22.i am confused, please help me !thanks very much! 2013-05-23 唐焕焕 18001053321 18600540536 曙光云计算技术有限公司 北京市海淀区东北旺西路8号中关村软件园36号
<<attachment: 唐焕焕(3).vcf>>
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
