ovn-sb.xml: Make output to ingress port a no-op.
authorBen Pfaff <blp@nicira.com>
Mon, 20 Apr 2015 22:11:46 +0000 (15:11 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 20 Apr 2015 22:19:33 +0000 (15:19 -0700)
This provides better alignment with OpenFlow semantics.

Reported-by: Russell Bryant <rbryant@redhat.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
ovn/ovn-sb.xml

index c623cff..4238c5b 100644 (file)
         <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>