As originally proposed here:

  http://openvswitch.org/pipermail/dev/2016-March/067440.html

Russell Bryant (3):
  ovn-controller: Add missing shash_destroy().
  expr: Add address set support.
  ovn: Add address_set() support for ACLs.

 ovn/controller/lflow.c    | 156 +++++++++++++++++++++++++++++++++++++++++++++-
 ovn/lib/actions.c         |   2 +-
 ovn/lib/expr.c            | 139 +++++++++++++++++++++++++++++++++++++++--
 ovn/lib/expr.h            |  15 +++++
 ovn/northd/ovn-northd.c   |  42 +++++++++++++
 ovn/ovn-nb.ovsschema      |  12 +++-
 ovn/ovn-nb.xml            |  24 +++++++
 ovn/ovn-sb.ovsschema      |  12 +++-
 ovn/ovn-sb.xml            |   9 +++
 ovn/utilities/ovn-nbctl.c |   4 ++
 ovn/utilities/ovn-sbctl.c |   4 ++
 tests/ovn.at              |  46 ++++++++++++++
 tests/test-ovn.c          |  31 ++++++++-
 13 files changed, 481 insertions(+), 15 deletions(-)

-- 
2.5.5

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

Reply via email to