[ovs-git] [openvswitch/ovs] a95c71: datapath-windows: Update OvsIPv4TunnelKey flags in...

GitHub noreply at github.com
Fri Oct 20 16:16:47 UTC 2017


  Branch: refs/heads/branch-2.8
  Home:   https://github.com/openvswitch/ovs
  Commit: a95c7108445e77f4a8d9fa625b4a0e2fdd93e79d
      https://github.com/openvswitch/ovs/commit/a95c7108445e77f4a8d9fa625b4a0e2fdd93e79d
  Author: Anand Kumar <kumaranand at vmware.com>
  Date:   2017-10-20 (Fri, 20 Oct 2017)

  Changed paths:
    M datapath-windows/ovsext/Geneve.c

  Log Message:
  -----------
  datapath-windows: Update OvsIPv4TunnelKey flags in geneve decap.

Currently, the OvsLookupFlow fails for the decap packet,
when the Geneve options are present in the packet as the OvsIPv4TunnelKey
flags are not set in the Geneve decap.

Set the OvsIPv4TunnelKey flags OVS_TNL_F_OAM and OVS_TNL_F_CRT_OPT
in OvsDecapGeneve based on the geneve header. Also set OVS_TNL_F_GENEVE_OPT
if the packet has geneve options.

Signed-off-by: Anand Kumar <kumaranand at vmware.com>
Acked-by: Sairam Venugopal <vsairam at vmware.com>
Acked-by: Alin Gabriel Serdean <aserdean at ovn.org>
Signed-off-by: Alin Gabriel Serdean <aserdean at ovn.org>




More information about the git mailing list