> On Aug 10, 2016, at 5:18 AM, DEMBLANS Mathieu <demblan...@mipih.fr> wrote:
> 
> Hello everyone,
> After updating from 2.3.1 to 2.5.0, I have an issue I didn’t previously had.
> When I try to add a new rule containing the “out_port” parameter in ofctl, I 
> obtain a “ovs-ofctl: unknown keyword out_port”
> An example of the rule:
> /usr/bin/ovs-ofctl add-flow br0 "cookie=1, table=0, priority=65535, 
> out_port=5, dl_dst=01:00:00:00:00:00/01:00:00:00:00:00, actions=drop"
>  
> Others rules that doesn’t contain this keyword works well.
>  
> I look at the documentation and this keyword still exist in the 2.5.0 
> version, so I don’t understand this error message.
> Any idea?
>  
You can’t match packets based on where they exit, only on how they enter and 
what they contain.  If you want to make the packets go out port 5, use an 
“output:5” action.
>  
> Thanks in advance,
>  
>  
> Mathieu
>  
> _______________________________________________
> discuss mailing list
> discuss@openvswitch.org <mailto:discuss@openvswitch.org>
> http://openvswitch.org/mailman/listinfo/discuss 
> <http://openvswitch.org/mailman/listinfo/discuss>

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to