Also, it is not necessary to specify that the name must be unique because
the schema documentation generator does that for us.

Reported-by: Kevin Lin <kevin...@berkeley.edu>
Reported-at: http://openvswitch.org/pipermail/dev/2016-October/080386.html
Signed-off-by: Ben Pfaff <b...@ovn.org>
---
 AUTHORS        | 1 +
 ovn/ovn-nb.xml | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/AUTHORS b/AUTHORS
index a30a5d8..46bd59e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -371,6 +371,7 @@ John Hurley             john.hur...@netronome.com
 John Reumann            nofutznetwo...@gmail.com
 Kashyap Thimmaraju      kashyap.thimmar...@sec.t-labs.tu-berlin.de
 Keith Holleman          hollemani...@gmail.com
+Kevin Lin               kevin...@berkeley.edu
 K 華                    k940...@hotmail.com
 Kevin Mancuso           kevin.manc...@rackspace.com
 Kiran Shanbhog          ki...@vmware.com
diff --git a/ovn/ovn-nb.xml b/ovn/ovn-nb.xml
index e1b3136..a8943d8 100644
--- a/ovn/ovn-nb.xml
+++ b/ovn/ovn-nb.xml
@@ -691,7 +691,8 @@
     </p>
 
     <column name="name">
-      A name for the address set.  This must be unique among all address sets.
+      A name for the address set.  Names are ASCII and must match
+      <code>[a-zA-Z_.][a-zA-Z_.0-9]*</code>.
     </column>
 
     <column name="addresses">
-- 
2.1.3

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to