summaryrefslogtreecommitdiff
path: root/ovn/ovn-nb.ovsschema
diff options
context:
space:
mode:
authorHan Zhou <zhouhan@gmail.com>2018-04-22 09:52:34 -0700
committerBen Pfaff <blp@ovn.org>2018-05-09 11:07:03 -0700
commit1beb60afd25a64f1779903b22b37ed3d9956d47c (patch)
tree7888953e3d9dcb11802bda8d935bafe88d7ede4b /ovn/ovn-nb.ovsschema
parent138df3e563de9da0e5a4155b3534a69621495742 (diff)
downloadopenvswitch-1beb60afd25a64f1779903b22b37ed3d9956d47c.tar.gz
ovn: support applying ACLs to port groups
Although port group can be used in match conditions of ACLs, it is still inconvenient for clients to figure out the lswitches that each ACL should be applied to. This patch supports applying ACLs to port groups directly instead of applying to each related lswitch individually. It provides convenience for clients such as k8s and OpenStack Neutron. Requested-at: https://mail.openvswitch.org/pipermail/ovs-dev/2018-March/344856.html Requested-by: Guru Shetty <guru@ovn.org> Requested-by: Daniel Alvarez Sanchez <dalvarez@redhat.com> Signed-off-by: Han Zhou <hzhou8@ebay.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'ovn/ovn-nb.ovsschema')
-rw-r--r--ovn/ovn-nb.ovsschema9
1 files changed, 7 insertions, 2 deletions
diff --git a/ovn/ovn-nb.ovsschema b/ovn/ovn-nb.ovsschema
index 2d09282bd..8e6ddec46 100644
--- a/ovn/ovn-nb.ovsschema
+++ b/ovn/ovn-nb.ovsschema
@@ -1,7 +1,7 @@
{
"name": "OVN_Northbound",
- "version": "5.10.0",
- "cksum": "222987318 18430",
+ "version": "5.11.0",
+ "cksum": "1149260021 18713",
"tables": {
"NB_Global": {
"columns": {
@@ -122,6 +122,11 @@
"refType": "weak"},
"min": 0,
"max": "unlimited"}},
+ "acls": {"type": {"key": {"type": "uuid",
+ "refTable": "ACL",
+ "refType": "strong"},
+ "min": 0,
+ "max": "unlimited"}},
"external_ids": {
"type": {"key": "string", "value": "string",
"min": 0, "max": "unlimited"}}},