[ovs-dev] [PATCH ovn v3 04/10] ovn-nb: Mark some features as not yet implemented.

Ben Pfaff blp at nicira.com
Fri Apr 24 22:34:54 UTC 2015


Reported-by: Justin Pettit <jpettit at nicira.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 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




More information about the dev mailing list