Series now pushed to master,
Jarno
> On Sep 14, 2016, at 2:57 PM, Jarno Rajahalme wrote:
>
>>
>> On Sep 13, 2016, at 5:09 PM, Ben Pfaff mailto:b...@ovn.org>>
>> wrote:
>>
>> On Mon, Sep 12, 2016 at 01:52:43PM -0700, Jarno Rajahalme wrote:
>>> Add support for OFPT_PACKET_OUT messages in bun
> On Sep 13, 2016, at 5:09 PM, Ben Pfaff wrote:
>
> On Mon, Sep 12, 2016 at 01:52:43PM -0700, Jarno Rajahalme wrote:
>> Add support for OFPT_PACKET_OUT messages in bundles.
>>
>> While ovs-ofctl already has a packet-out command, we did not have a
>> string parser for it, as the parsing was done
On Mon, Sep 12, 2016 at 01:52:43PM -0700, Jarno Rajahalme wrote:
> Add support for OFPT_PACKET_OUT messages in bundles.
>
> While ovs-ofctl already has a packet-out command, we did not have a
> string parser for it, as the parsing was done directly from command
> line arguments.
>
> This patch ad
Add support for OFPT_PACKET_OUT messages in bundles.
While ovs-ofctl already has a packet-out command, we did not have a
string parser for it, as the parsing was done directly from command
line arguments.
This patch adds the string parser for packet-out messages, and adds a
new ofctl/packet-out o