[ovs-dev] [PATCH ovn pipeline 0/6] Generate basic Pipeline table.

Ben Pfaff blp at nicira.com
Sat Apr 18 17:04:32 UTC 2015


This adds some basic support to ovn-northd for generating the contents of
the OVN_SB Pipeline table.

Ben Pfaff (6):
  json: New function json_string_escape().
  lex: Make token parameter of lex_token_format() const.
  lex: New function lex_format_to_string().
  ovn: Add logical_datapath concept to schema.
  ovn-nb: Disallow priority 0 ACLs.
  ovn-northd: Implement basic Pipeline generation.

 lib/json.c              |  12 +-
 lib/json.h              |   3 +-
 ovn/lib/expr.c          |  12 +-
 ovn/lib/lex.c           |  40 +++---
 ovn/lib/lex.h           |   3 +-
 ovn/northd/automake.mk  |   6 +-
 ovn/northd/ovn-northd.c | 345 ++++++++++++++++++++++++++++++++++++++++++++++++
 ovn/ovn-nb.ovsschema    |   2 +-
 ovn/ovn-nb.xml          |  16 ++-
 ovn/ovn-sb.ovsschema    |   2 +
 ovn/ovn-sb.xml          |  16 ++-
 11 files changed, 417 insertions(+), 40 deletions(-)

-- 
2.1.3




More information about the dev mailing list