[ovs-discuss] Have to write whole path for using utilities

2018-02-06 Thread Attitude Killer
Hello I cloned ovs from github. When I use this command "ovsdb-tool create /usr/local/etc/openvswitch/conf.db \ vswitchd/vswitch.ovsschema" I get an error saying :* "The program 'ovsdb-tool' is currently not installed. You can install it by typing:* *sudo apt install openvswitch-switch"*

Re: [ovs-discuss] A bug on openswitch

2018-02-06 Thread a*****
Using ofproto/trace tracking, the feedback datapath port is correct, but the port that is forwarded in ovs-dpctl is wrong. ofproto/trace Datapath actions: set(eth(src=00:00:00:00:00:00,dst=00:0b:82:a6:45:50)),set(ipv4(src=0.0.0.0/128.0.0.0,dst=192.168.1.129)),set(tcp(src=0,dst=8080)),1 The

Re: [ovs-discuss] A bug on openswitch

2018-02-06 Thread Ben Pfaff
I don't see the problem. The datapath actions output to datapath port 1, which is br-lan0_zone0, e.g. LOCAL. On Tue, Feb 06, 2018 at 09:24:36AM +0800, a* wrote: > ovs-appctl ofproto/trace br-lan0_zone0 "in_port=2,tcp,tp_dst=80" -generate > > > Bridge: br-lan0_zone0 > Flow: >