adata and goto_table together?
>
> > Date: Sat, 29 Dec 2012 14:24:48 -0800
> > From: b...@nicira.com
> > To: ai_jing2...@hotmail.com
> > CC: b...@openvswitch.org
> > Subject: Re: [ovs-discuss] Actions write_metadata and goto_table could not
> > work together
&
e: [ovs-discuss] Actions write_metadata and goto_table could not
> work together
>
> On Sat, Dec 29, 2012 at 12:40:14AM +, Jing Ai wrote:
> > According to OF spec, goto_table instruction should be the
> > last. However, why write_metadata has to be after resubmit action, can
On Sat, Dec 29, 2012 at 12:40:14AM +, Jing Ai wrote:
> According to OF spec, goto_table instruction should be the
> last. However, why write_metadata has to be after resubmit action, can
> anyone explain it?
resubmit is an action, so it is part of the Apply-Actions instruction.
write_metadata
In a certain scenario, I want to perform write metadata and go to the next
table for a matched flow. However, when I config the flow table, I got the
following errors:
ovs-ofctl add-flow br0
in_port=2,nw_src=192.168.1.1,actions=goto_table:1,write_metadata:18ovs-ofctl:
Instruction write_metadat