[ovs-dev] [PATCH] ovn-sb.xml: Make output to ingress port a no-op.

Russell Bryant rbryant at redhat.com
Mon Apr 20 23:29:19 UTC 2015


On 04/20/2015 06:11 PM, Ben Pfaff wrote:
> This provides better alignment with OpenFlow semantics.
> 
> Reported-by: Russell Bryant <rbryant at redhat.com>
> Signed-off-by: Ben Pfaff <blp at nicira.com>
> ---
>  ovn/ovn-sb.xml |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/ovn/ovn-sb.xml b/ovn/ovn-sb.xml
> index c623cff..4238c5b 100644
> --- a/ovn/ovn-sb.xml
> +++ b/ovn/ovn-sb.xml
> @@ -561,7 +561,8 @@
>          <dd>syntactic sugar for no actions</dd>
>  
>          <dt><code>output(<var>value</var>);</code></dt>
> -        <dd>output to port</dd>
> +        <dd>output to port, except that output to the ingress port is
> +        implicitly dropped</dd>
>  
>          <dt><code>broadcast;</code></dt>
>          <dd>output to every logical port except ingress port</dd>
> 

Perfect, thanks for clarifying!

Acked-by: Russell Bryant <rbryant at redhat.com>

-- 
Russell Bryant



More information about the dev mailing list