[ovs-git] [openvswitch/ovs] 110f7c: tunneling: Fix for concomitant IPv4 and IPv6 tunne...

GitHub noreply at github.com
Thu Apr 21 18:08:26 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 110f7c75e567c3af55394dd0a294cc124067115b
      https://github.com/openvswitch/ovs/commit/110f7c75e567c3af55394dd0a294cc124067115b
  Author: Thadeu Lima de Souza Cascardo <cascardo at redhat.com>
  Date:   2016-04-21 (Thu, 21 Apr 2016)

  Changed paths:
    M ofproto/tunnel.c
    M tests/tunnel.at

  Log Message:
  -----------
  tunneling: Fix for concomitant IPv4 and IPv6 tunnels

When using an IPv6 tunnel on the same bridge as an IPv4 tunnel, the flow
received from the IPv6 tunnel would have an IPv4 address added to it, causing
problems when trying to put or execute the action on Linux datapath.

Clearing the IPv6 address when we have a valid IPv4 address fixes this problem.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list