[ovs-git] [openvswitch/ovs] 8c2b63: docs: Fix GTP-U release version.

Yi-Hung Wei noreply at github.com
Wed Apr 29 16:03:00 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 8c2b63b7804eb348550f63d97801cc9a002a94c3
      https://github.com/openvswitch/ovs/commit/8c2b63b7804eb348550f63d97801cc9a002a94c3
  Author: William Tu <u9012063 at gmail.com>
  Date:   2020-04-29 (Wed, 29 Apr 2020)

  Changed paths:
    M Documentation/faq/releases.rst

  Log Message:
  -----------
  docs: Fix GTP-U release version.

GTP-U support should be at OVS-2.14.

Signed-off-by: William Tu <u9012063 at gmail.com>
Acked-by: Ilya Maximets <i.maximets at ovn.org>


  Commit: d93c3111ccbf738c4b463d5c0892e981851d55ad
      https://github.com/openvswitch/ovs/commit/d93c3111ccbf738c4b463d5c0892e981851d55ad
  Author: William Tu <u9012063 at gmail.com>
  Date:   2020-04-29 (Wed, 29 Apr 2020)

  Changed paths:
    M lib/conntrack-icmp.c

  Log Message:
  -----------
  conntrack: Fix icmp conntrack state.

ICMP conntrack state should be ICMPS_REPLY after seeing both
side of ICMP traffic.

Signed-off-by: William Tu <u9012063 at gmail.com>
Acked-by: Yi-Hung Wei <yihung.wei at gmail.com>


  Commit: 5e76d41d52b0a86e1e351abc6b08920993eafc61
      https://github.com/openvswitch/ovs/commit/5e76d41d52b0a86e1e351abc6b08920993eafc61
  Author: William Tu <u9012063 at gmail.com>
  Date:   2020-04-29 (Wed, 29 Apr 2020)

  Changed paths:
    M AUTHORS.rst

  Log Message:
  -----------
  AUTHORS: Add Anton Ivanov.

Signed-off-by: William Tu <u9012063 at gmail.com>
Acked-by: Numan Siddique <numans at ovn.org>


  Commit: 81f71381ff66b059aa9d19000ceded33139a5eca
      https://github.com/openvswitch/ovs/commit/81f71381ff66b059aa9d19000ceded33139a5eca
  Author: Yi-Hung Wei <yihung.wei at gmail.com>
  Date:   2020-04-29 (Wed, 29 Apr 2020)

  Changed paths:
    M NEWS
    M include/openvswitch/ofp-actions.h
    M lib/nx-match.c
    M lib/nx-match.h
    M lib/ofp-actions.c
    M lib/ovs-actions.xml
    M lib/tun-metadata.c
    M lib/tun-metadata.h
    M ofproto/ofproto-dpif-xlate.c
    M tests/ofp-actions.at
    M tests/tunnel.at

  Log Message:
  -----------
  ofp-actions: Add delete field action

This patch adds a new OpenFlow action, delete field, to delete a
field in packets.  Currently, only the tun_metadata fields are
supported.

One use case to add this action is to support multiple versions
of geneve tunnel metadatas to be exchanged among different versions
of networks.  For example, we may introduce tun_metadata2 to
replace old tun_metadata1, but still want to provide backward
compatibility to the older release.  In this case, in the new
OpenFlow pipeline, we would like to support the case to receive a
packet with tun_metadata1, do some processing.  And if the packet
is going to a switch in the newer release, we would like to delete
the value in tun_metadata1 and set a value into tun_metadata2.

Currently, ovs does not provide an action to remove a value in
tun_metadata if the value is present.  This patch fulfills the gap
by adding the delete_field action.  For example, the OpenFlow
syntax to delete tun_metadata1 is:

    actions=delete_field:tun_metadata1

Signed-off-by: Yi-Hung Wei <yihung.wei at gmail.com>
Signed-off-by: William Tu <u9012063 at gmail.com>
Acked-by: William Tu <u9012063 at gmail.com>


Compare: https://github.com/openvswitch/ovs/compare/5bfc519fee49...81f71381ff66


More information about the git mailing list