v1->v2:
  - Patches 1 through 6 applied and dropped.
  - Patch 7 revised according to Russell Bryant's suggestions.
  - Patch 8 is unchanged.

Ben Pfaff (2):
  xml2nroff: New program to generate a manpage from XML input.
  [RFC] ovn: Start work on design documentation.

 Makefile.am                |    2 +
 build-aux/xml2nroff        |  123 ++++++++++++
 configure.ac               |    3 +-
 ovn/automake.mk            |   75 +++++++
 ovn/ovn-architecture.7.xml |  331 ++++++++++++++++++++++++++++++
 ovn/ovn-controller.8.in    |   41 ++++
 ovn/ovn-nb.ovsschema       |   63 ++++++
 ovn/ovn-nb.xml             |  225 +++++++++++++++++++++
 ovn/ovn.ovsschema          |   47 +++++
 ovn/ovn.xml                |  475 ++++++++++++++++++++++++++++++++++++++++++++
 10 files changed, 1384 insertions(+), 1 deletion(-)
 create mode 100755 build-aux/xml2nroff
 create mode 100644 ovn/automake.mk
 create mode 100644 ovn/ovn-architecture.7.xml
 create mode 100644 ovn/ovn-controller.8.in
 create mode 100644 ovn/ovn-nb.ovsschema
 create mode 100644 ovn/ovn-nb.xml
 create mode 100644 ovn/ovn.ovsschema
 create mode 100644 ovn/ovn.xml

-- 
1.7.10.4

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

Reply via email to