Skip to content

Commit

Permalink
ovn-nb: Mark some features as not yet implemented.
Browse files Browse the repository at this point in the history
Reported-by: Justin Pettit <jpettit@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Russell Bryant <rbryant@redhat.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
  • Loading branch information
blp committed Apr 28, 2015
1 parent f7cb14c commit c4028ad
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions ovn/ovn-nb.xml
Expand Up @@ -219,12 +219,24 @@
ICMP unreachable message for other IP-based protocols.
</li>
</ul>

<p>
Only <code>allow</code> and <code>drop</code> are implemented:
<code>allow-related</code> is currently treated as <code>allow</code>,
and <code>reject</code> as <code>drop</code>.
</p>
</column>

<column name="log">
If set to <code>true</code>, packets that match the ACL will trigger a
log message on the transport node or nodes that perform ACL processing.
Logging may be combined with any <ref column="action"/>.
<p>
If set to <code>true</code>, packets that match the ACL will trigger a
log message on the transport node or nodes that perform ACL processing.
Logging may be combined with any <ref column="action"/>.
</p>

<p>
Logging is not yet implemented.
</p>
</column>

<group title="Common Columns">
Expand Down

0 comments on commit c4028ad

Please sign in to comment.