[ovs-dev] [PATCH] bundle: Parsing bug when using bracketed syntax.

Reid Price reid at nicira.com
Fri Oct 28 01:33:04 UTC 2011


On Thu, Oct 27, 2011 at 5:05 PM, Ethan Jackson <ethan at nicira.com> wrote:

> This patch fixes the issue and adds a test which would have caught
> it.
>
> Reported-by: Michael Mao <mmao at nicira.com>
> Bug #8045.

   <snip>

@@ -50,6 +51,7 @@ NXT_FLOW_MOD: ADD table:255
> actions=bundle(symmetric_l4,60,hrw,ofport,slaves:)
>  NXT_FLOW_MOD: ADD table:255
> actions=output:1,bundle(eth_src,0,hrw,ofport,slaves:1),output:2
>  NXT_FLOW_MOD: ADD table:255
> actions=bundle_load(eth_src,50,active_backup,ofport,NXM_NX_REG0[],slaves:1)
>  NXT_FLOW_MOD: ADD table:255
> actions=bundle_load(symmetric_l4,60,hrw,ofport,NXM_NX_REG0[0..15],slaves:2,3)
> +NXT_FLOW_MOD: ADD table:255
> actions=bundle_load(symmetric_l4,60,hrw,ofport,NXM_NX_REG0[0..15],slaves:2,3)
>

Did you mean to add brackets around the second line here?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-dev/attachments/20111027/3310587d/attachment-0003.html>


More information about the dev mailing list