When I start sending some data, the output is:

recirc_id(0),in_port(4),eth(src=fa:16:3e:e3:b2:09,dst=fa:16:3e:9c:54:1f),eth_type(0x0800),ipv4(tos=0/0x3,frag=no),
packets:24, bytes:3242, used:2.904s, flags:P.,
actions:set(tunnel(tun_id=0x35,src=192.168.1.159,dst=192.168.1.157,ttl=64,flags(df,key))),2

recirc_id(0),tunnel(tun_id=0x35,src=192.168.1.157,dst=192.168.1.159,ttl=64,flags(-df-csum+key)),in_port(2),skb_mark(0),eth(src=fa:16:3e:9c:54:1f,dst=fa:16:3e:e3:b2:09),eth_type(0x0800),ipv4(frag=no),
packets:15, bytes:2622, used:2.938s, flags:P., actions:4


192.168.1.157 - Controller
192.168.1.159 - Compute


Best Regards,
Arik



> On 9 January 2016 at 03:32, Russell Bryant <[email protected]> wrote:
>
>> On 01/07/2016 05:38 PM, Arik wrote:
>> > Hi, I've installed RDO, and I'm trying to work with ovs-dpctl-top.
>> > When I execute ovs-dpctl-top, I get the following error.
>> >
>> > |Traceback (most recent call last): File "/usr/bin/ovs-dpctl-top", line
>> > 1297, in <module> sys.exit(main()) File "/usr/bin/ovs-dpctl-top", line
>> > 1289, in main flows_top(args) File "/usr/bin/ovs-dpctl-top", line 1198,
>> > in flows_top flows_read(ihdl, flow_db) File "/usr/bin/ovs-dpctl-top",
>> > line 600, in flows_read flow_db.flow_line_add(line) File
>> > "/usr/bin/ovs-dpctl-top", line 995, in flow_line_add
>> > self.flow_event(fields_dict, stats_old_dict, stats_dict) File
>> > "/usr/bin/ovs-dpctl-top", line 1087, in flow_event matches =
>> > flow_aggregate(fields_dict, stats_new_dict) File
>> > "/usr/bin/ovs-dpctl-top", line 583, in flow_aggregate field, stats_dict)
>> > File "/usr/bin/ovs-dpctl-top", line 250, in element_ipv4_get
>> > element_show = fmt % (field_type, element["src"], element["dst"])
>> > KeyError: 'src'|||
>> >
>> > |ovs-dpctl-top --version 2.4.0|
>>
>> Can you share the output of 'ovs-dpctl dump-flows' ?
>>
>> --
>> Russell Bryant
>
>
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to