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 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev