[ovs-git] [openvswitch/ovs] 822f1c: ofp-actions: Make ofpacts_check() take a struct ma...

GitHub noreply at github.com
Mon Dec 3 21:24:33 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 822f1cc2252fad5558c052e9328a62f3bfee8df2
      https://github.com/openvswitch/ovs/commit/822f1cc2252fad5558c052e9328a62f3bfee8df2
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2018-12-03 (Mon, 03 Dec 2018)

  Changed paths:
    M include/openvswitch/ofp-actions.h
    M lib/ofp-actions.c
    M lib/ofp-flow.c
    M ofproto/ofproto-dpif-trace.c
    M ofproto/ofproto.c
    M utilities/ovs-ofctl.c

  Log Message:
  -----------
  ofp-actions: Make ofpacts_check() take a struct match instead of a pointer.

Signed-off-by: Ben Pfaff <blp at ovn.org>


  Commit: c1d9dcd73cce81e001cd1fffef5c52fdabe58bce
      https://github.com/openvswitch/ovs/commit/c1d9dcd73cce81e001cd1fffef5c52fdabe58bce
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2018-12-03 (Mon, 03 Dec 2018)

  Changed paths:
    M python/build/nroff.py

  Log Message:
  -----------
  nroff: Increase width for .IP used for ordered lists.

The ordered lists that a .25in width produced looked OK in PostScript
or PDF output, but in text output every list item spanned two lines,
like this:

   1.
     First list item.
   2.
     Second list item.

With this change, they appear normally:

   1. First list item.
   2. Second list item.

Signed-off-by: Ben Pfaff <blp at ovn.org>


  Commit: 5ebd807bcde9ce78f00905b3a5051cbf223b5336
      https://github.com/openvswitch/ovs/commit/5ebd807bcde9ce78f00905b3a5051cbf223b5336
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2018-12-03 (Mon, 03 Dec 2018)

  Changed paths:
    M python/build/nroff.py

  Log Message:
  -----------
  nroff: Fix fonts for h2, h3, h4.

Without this change, the fonts are wrong if a title contains formatting
like <code> or <var>.

Signed-off-by: Ben Pfaff <blp at ovn.org>


  Commit: 47669e70fec75bb73e6efe1266f09fa06992a77b
      https://github.com/openvswitch/ovs/commit/47669e70fec75bb73e6efe1266f09fa06992a77b
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2018-12-03 (Mon, 03 Dec 2018)

  Changed paths:
    M Documentation/faq/issues.rst
    M Documentation/faq/openflow.rst
    M Documentation/ref/index.rst
    M build-aux/extract-ofp-actions
    M lib/automake.mk
    M lib/learn.c
    M lib/multipath.c
    M lib/nx-match.c
    A lib/ovs-actions.xml
    M utilities/ovs-ofctl.8.in
    M vswitchd/vswitch.xml

  Log Message:
  -----------
  ovs-actions: New document describing OVS actions in detail.

Signed-off-by: Ben Pfaff <blp at ovn.org>


  Commit: 80a9ea4896f5ee5f8d7af85508c43318d992907f
      https://github.com/openvswitch/ovs/commit/80a9ea4896f5ee5f8d7af85508c43318d992907f
  Author: Ashish Varma <ashishvarma.ovs at gmail.com>
  Date:   2018-12-03 (Mon, 03 Dec 2018)

  Changed paths:
    M Documentation/tutorials/ovs-conntrack.rst

  Log Message:
  -----------
  Documentation: Fixing some minor spelling mistakes and consistent usage of certain keywords.

Signed-off-by: Ashish Varma <ashishvarma.ovs at gmail.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/640c2f0da0d0...80a9ea4896f5
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the git mailing list