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

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


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: bce693e72a4488866dd333a09f94e768dcd8ebaf
      https://github.com/openvswitch/ovs/commit/bce693e72a4488866dd333a09f94e768dcd8ebaf
  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