[ovs-dev] [PATCH v5 0/2] OVN address sets.

bschanmu at redhat.com bschanmu at redhat.com
Tue Jun 28 07:28:59 UTC 2016


From: Babu Shanmugam <bschanmu at redhat.com>

v4 -> v5
 - Added external_ids column to 'Address Set' table in NB db,
   as suggested by Han Zhou
 - Some more correction as suggested by Zong Kai LI

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            | 126 +++++++++++++++++++++++++++++++++++--
 ovn/lib/expr.h            |  17 +++++
 ovn/lib/lex.c             |  16 +++++
 ovn/lib/lex.h             |   1 +
 ovn/northd/ovn-northd.c   |  43 +++++++++++++
 ovn/ovn-nb.ovsschema      |  13 +++-
 ovn/ovn-nb.xml            |  32 ++++++++++
 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              |  69 +++++++++++++++++++++
 tests/test-ovn.c          |  31 +++++++++-
 15 files changed, 530 insertions(+), 14 deletions(-)

-- 
2.5.5




More information about the dev mailing list