Hi Alin,

Thanks for the report!

I couldn't reproduce this on Linux or BSD, but Guru (thanks!) gave me a
Windows
 setup, which showed the problem.

I sent a patch to fix this and the other issue you reported here:

http://openvswitch.org/pipermail/dev/2016-August/077062.html

Thanks,

Daniele

2016-08-01 9:56 GMT-07:00 Alin Serdean <aserd...@cloudbasesolutions.com>:

> Error log:
>
> 1153. ofproto-dpif.at:8215: testing ofproto-dpif - conntrack - output
> action ...
> ./ofproto-dpif.at:8216: ovsdb-tool create conf.db
> $abs_top_srcdir/vswitchd/vswitch.ovsschema
> ./ofproto-dpif.at:8216: ovsdb-server --detach --no-chdir --pidfile
> --log-file --remote=punix:$OVS_RUNDIR/db.sock
> stderr:
> ./ofproto-dpif.at:8216: sed < stderr '
> /vlog|INFO|opened log file/d
> /ovsdb_server|INFO|ovsdb-server (Open vSwitch)/d'
> ./ofproto-dpif.at:8216: ovs-vsctl --no-wait init
> ./ofproto-dpif.at:8216: ovs-vswitchd --enable-dummy --disable-system
> --detach --no-chdir --pidfile --log-file -vvconn -vofproto_dpif -vunixctl
> stderr:
> ./ofproto-dpif.at:8216: sed < stderr '
> /ovs_numa|INFO|Discovered /d
> /vlog|INFO|opened log file/d
> /vswitchd|INFO|ovs-vswitchd (Open vSwitch)/d
> /reconnect|INFO|/d
> /ofproto|INFO|using datapath ID/d
> /netdev_linux|INFO|.*device has unknown hardware address family/d
> /ofproto|INFO|datapath ID changed to fedcba9876543210/d
> /dpdk|INFO|DPDK Disabled - to change this requires a restart./d'
> ./ofproto-dpif.at:8216: add_of_br 0
> ovs-vsctl -- add-port br0 p1 -- set Interface p1 type=dummy
> ofport_request=1 -- add-port br0 p2 -- set Interface p2 type=dummy
> ofport_request=2
> ./ofproto-dpif.at:8220: ovs-appctl vlog/set dpif_netdev:dbg vconn:info
> ofproto_dpif:info
> ./ofproto-dpif.at:8231: ovs-ofctl add-flows br0 flows.txt
> ./ofproto-dpif.at:8234: ovs-appctl netdev-dummy/receive p2
> 'in_port(2),eth(src=50:54:00:00:00:0a,dst=50:54:00:00:00:09),eth_type(0x0800),ipv4(src=10.1.1.2,
> dst=10.1.1.1,proto=17,tos=0,ttl=64,frag=no),udp(src=2,dst=1)'
> ./ofproto-dpif.at:8237: ovs-appctl netdev-dummy/receive p1
> 'in_port(1),eth(src=50:54:00:00:00:09,dst=50:54:00:00:00:0a),eth_type(0x0800),ipv4(src=10.1.1.1,
> dst=10.1.1.2,proto=17,tos=0,ttl=64,frag=no),udp(src=1,dst=2)'
> ./ofproto-dpif.at:8240: ovs-appctl netdev-dummy/receive p2
> 'in_port(2),eth(src=50:54:00:00:00:0a,dst=50:54:00:00:00:09),eth_type(0x0800),ipv4(src=10.1.1.2,
> dst=10.1.1.1,proto=17,tos=0,ttl=64,frag=no),udp(src=2,dst=1)'
> ./ofproto-dpif.at:8243: ovs-appctl netdev-dummy/receive p1
> 'in_port(1),eth(src=50:54:00:00:00:09,dst=50:54:00:00:00:0a),eth_type(0x0800),ipv4(src=10.1.1.1,
> dst=10.1.1.2,proto=17,tos=0,ttl=64,frag=no),udp(src=1,dst=2)'
> ./ofproto-dpif.at:8246: ovs-appctl netdev-dummy/receive p2
> 'in_port(2),eth(src=50:54:00:00:00:0a,dst=50:54:00:00:00:09),eth_type(0x0800),ipv4(src=10.1.1.2,
> dst=10.1.1.1,proto=17,tos=0,ttl=64,frag=no),udp(src=2,dst=1)'
> ./ofproto-dpif.at:8249: cat ovs-vswitchd.log | strip_ufid |
> filter_flow_install
> --- -   2016-08-01 19:53:12 +0300
> +++ /c/_2016/august/01/ovs/tests/testsuite.dir/at-groups/1153/stdout
> 2016-08-01 19:53:12 +0300
> @@ -1,5 +1,5 @@
>  
> ct_state(+new-est+trk),recirc_id(0x1),in_port(2),eth_type(0x0800),ipv4(frag=no),
> actions:drop
>  
> ct_state(-new+est+trk),recirc_id(0x1),in_port(2),eth_type(0x0800),ipv4(proto=17,frag=no),
> actions:1
> -ct_state(-trk),recirc_id(0),in_port(2),eth_type(0x0800),ipv4(proto=17,frag=no),
> actions:ct,recirc(0x1)
> +ct_state(-new-est-trk),recirc_id(0),in_port(2),eth_type(0x0800),ipv4(proto=17,frag=no),
> actions:ct,recirc(0x1)
>  recirc_id(0),in_port(1),eth_type(0x0800),ipv4(proto=17,frag=no),
> actions:ct(commit),2
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to