[ovs-discuss] "unknown keyword out_port" after update to 2.5

Paul Chaignon paul.chaignon at gmail.com
Wed Aug 10 12:29:46 UTC 2016


2016-08-10 14:18 GMT+02:00 DEMBLANS Mathieu <demblans.m at mipih.fr>:
>
> 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?

The add-flow command does not support this keyword (at least in the
last version), only the dump-* and del-* do.

>From the documentation:

The dump-flows, dump-aggregate, del-flow and del-flows commands support
these additional optional fields:
out_port=port



More information about the discuss mailing list