Acked-by: Justin Pettit <[email protected]> --Justin
> On Apr 20, 2015, at 3:11 PM, Ben Pfaff <[email protected]> wrote: > > This provides better alignment with OpenFlow semantics. > > Reported-by: Russell Bryant <[email protected]> > Signed-off-by: Ben Pfaff <[email protected]> > --- > 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> > -- > 1.7.10.4 > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
