[ovs-git] [openvswitch/ovs] 0efae0: datapath-windows: Fix GENEVE option header

GitHub noreply at github.com
Mon Mar 6 17:17:47 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 0efae0d0ea95f63afa5f090a6babdf122e5ff3c9
      https://github.com/openvswitch/ovs/commit/0efae0d0ea95f63afa5f090a6babdf122e5ff3c9
  Author: Alin Serdean <aserdean at cloudbasesolutions.com>
  Date:   2017-03-06 (Mon, 06 Mar 2017)

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

  Log Message:
  -----------
  datapath-windows: Fix GENEVE option header

The GENEVE option header is defined in big endian, however we support only
little endian on Windows at the moment.

This patch changes the GENEVE option header into little endian.

Found while testing.

Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Acked-by: Yin Lin <linyi at vmware.com>
Signed-off-by: Gurucharan Shetty <guru at ovn.org>




More information about the git mailing list