[ovs-git] [openvswitch/ovs] 2fdbcc: nsh: fix an implicit bug in nsh_hdr_len

GitHub noreply at github.com
Tue Aug 29 15:41:59 UTC 2017


  Branch: refs/heads/branch-2.8
  Home:   https://github.com/openvswitch/ovs
  Commit: 2fdbcc68f6829f2e06875d706a9ab5cdf3c3af3d
      https://github.com/openvswitch/ovs/commit/2fdbcc68f6829f2e06875d706a9ab5cdf3c3af3d
  Author: Yi Yang <yi.y.yang at intel.com>
  Date:   2017-08-29 (Tue, 29 Aug 2017)

  Changed paths:
    M include/openvswitch/nsh.h

  Log Message:
  -----------
  nsh: fix an implicit bug in nsh_hdr_len

Operator '*' will be executed prior to operator '>>',
but we expect operator '>>' is executed prior to '*',
this patch fixed the issue.

Signed-off-by: Yi Yang <yi.y.yang at intel.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list