discuss@openvswitch.org

2013-07-16 Thread Soger
Hello, Everybody, I have a problem , I developed a component based on nox (like pyswitch in nox), the enviroment as follow gragh, the three VMs connect the ovs , the nox component is the ovs's controller , when VM1 connect to HOST, I add a vlan tag on the packet (openflow.OFPAT_SET_VLAN_VID )

[ovs-discuss] where is the implementation of the pipeline in the source code of ovs (match in the multiple flow tables)

2012-12-30 Thread Soger
Hello everyone, Do you kown where is the implementation of the pipeline in the source code of ovs (match in the multiple flow tables ). In which directory , which file, which function??? Or the ovs doesn't implement the pipeline? best soger___ discuss

[ovs-discuss] waht is the process when packets are matched against multiple tables in the pipeline [in the latest version of OpenFlow Switch Specification]

2012-12-29 Thread Soger
Hello all, waht is the process when packets are matched against multiple tables in the pipeline [in the latest version of OpenFlow Switch Specification]? Is it match against the flow tables one by one simply or depends on the instrcutions associated with the flow entry, that means it will goto o