This patch tries to extend table Address_Set to set, to support define port
name sets which could be used by ACL entries. By using port name set, CMS
can skinny down ACL entries to maintain.

v1 -> v2
rebase on upstream, add a new test for ACL using port name set and address set 
case

*** BLURB HERE ***

Zongkai LI (1):
  ovn: Extend Address_Set to Set to support define port name sets

 AUTHORS                   |   1 +
 include/ovn/expr.h        |   8 ++-
 ovn/controller/lflow.c    |  35 ++++-----
 ovn/lib/expr.c            |  67 ++++++++++-------
 ovn/northd/ovn-northd.c   |  49 +++++++------
 ovn/ovn-nb.ovsschema      |  13 ++--
 ovn/ovn-nb.xml            |  18 +++--
 ovn/ovn-sb.ovsschema      |  13 ++--
 ovn/ovn-sb.xml            |  14 ++--
 ovn/utilities/ovn-nbctl.c |   4 +-
 ovn/utilities/ovn-sbctl.c |   4 +-
 ovn/utilities/ovn-trace.c |  20 +++---
 tests/ovn.at              | 179 ++++++++++++++++++++++++++++++++++++++++++++--
 tests/test-ovn.c          |   6 +-
 14 files changed, 312 insertions(+), 119 deletions(-)

-- 
2.7.4

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

Reply via email to