Re: [ovs-dev] Decoding packet_out message

2015-11-24 Thread Ben Pfaff
On Tue, Nov 24, 2015 at 02:30:13PM +0100, Alvaro Morales Vicente wrote: > I can get all the fields, except for the actions, with the po variable > (struct ofputil_packet_out) like po.packet_len, po.in_port… I have also > tried with ofpacts variable (struct ofpbuf) which creates a buffer to store >

[ovs-dev] Decoding packet_out message

2015-11-24 Thread Alvaro Morales Vicente
Hi All, I am really new in OVS. I have problems decoding an ofp_packet_out message that my virtual switch receives. Specifically, the packet_out message received from the controller is (I get this information from wireshark): -Header -Version: 0x01 -Type: Packet Out (CSM) (13) -L

[ovs-dev] Decoding packet_out message

2015-11-23 Thread Alvaro Morales Vicente
Hi All, I am really new in OVS. I have problems decoding an ofp_packet_out message that my virtual switch receives. Specifically, the packet_out message received from the controller is (I get this information from wireshark): -Header -Version: 0x01 -Type: Packet Out (CSM) (13