Reported-by: Justin Pettit <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
---
ovn/ovn-nb.xml | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/ovn/ovn-nb.xml b/ovn/ovn-nb.xml
index 2335349..2c6f7f8 100644
--- a/ovn/ovn-nb.xml
+++ b/ovn/ovn-nb.xml
@@ -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">
--
1.7.10.4
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev