From: Babu Shanmugam <bscha...@redhat.com>

v2->v3:
 - address_set('name') tokens are changed to $name.
 - $name can be used inside a set in expressions.
 - Some typo fixes that.

v1->v2:
 - rebase
 - add docs that I forgot to include in v1.

Russel Bryant (1):
  Add address set support.

Russell Bryant (1):
  ovn: Add address_set() support for ACLs.

 ovn/controller/lflow.c    | 155 +++++++++++++++++++++++++++++++++++++++++++++-
 ovn/lib/actions.c         |   2 +-
 ovn/lib/expr.c            | 121 ++++++++++++++++++++++++++++++++++--
 ovn/lib/expr.h            |  17 +++++
 ovn/lib/lex.c             |  16 +++++
 ovn/lib/lex.h             |   1 +
 ovn/northd/ovn-northd.c   |  42 +++++++++++++
 ovn/ovn-nb.ovsschema      |  10 ++-
 ovn/ovn-nb.xml            |  28 +++++++++
 ovn/ovn-sb.ovsschema      |  12 +++-
 ovn/ovn-sb.xml            |  19 ++++++
 ovn/utilities/ovn-nbctl.c |   4 ++
 ovn/utilities/ovn-sbctl.c |   4 ++
 tests/ovn.at              |  60 ++++++++++++++++++
 tests/test-ovn.c          |  31 +++++++++-
 15 files changed, 509 insertions(+), 13 deletions(-)

-- 
2.5.5

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

Reply via email to