[ovs-git] [openvswitch/ovs] 99e7b0: tunneling: Remove gre64 tunnel support.

GitHub noreply at github.com
Thu Aug 20 20:03:47 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 99e7b077407c51b291ddcc238e4ac83e9f732925
      https://github.com/openvswitch/ovs/commit/99e7b077407c51b291ddcc238e4ac83e9f732925
  Author: Pravin B Shelar <pshelar at nicira.com>
  Date:   2015-08-20 (Thu, 20 Aug 2015)

  Changed paths:
    M NEWS
    M datapath-windows/ovsext/Debug.h
    M datapath-windows/ovsext/Switch.h
    M datapath-windows/ovsext/Vport.c
    M datapath-windows/ovsext/Vport.h
    M datapath/linux/compat/include/linux/openvswitch.h
    M datapath/vport-gre.c
    M datapath/vport.h
    M debian/ovs-monitor-ipsec
    M lib/dpif-netlink.c
    M lib/netdev-vport.c
    M ofproto/ofproto-dpif-ipfix.c
    M ofproto/ofproto-dpif-sflow.c
    M tests/ovs-vsctl.at
    M tests/tunnel.at
    M vswitchd/vswitch.xml

  Log Message:
  -----------
  tunneling: Remove gre64 tunnel support.

GRE64 was introduced to extend gre key from 32-bit to 64-bit using
gre-key and sequence number field. But GRE64 is not standard
protocol. There are not many users of this protocol. Therefore we
have decided to remove it.

Signed-off-by: Pravin B Shelar <pshelar at nicira.com>
Acked-by: Jesse Gross <jesse at nicira.com>




More information about the git mailing list