[ovs-git] [openvswitch/ovs] 10f3f1: ovs-tcpundump: fix a conversion issue

GitHub noreply at github.com
Fri Jan 12 21:08:17 UTC 2018


  Branch: refs/heads/branch-2.6
  Home:   https://github.com/openvswitch/ovs
  Commit: 10f3f18784c30a4ff5fcf0411d551e749c036e8c
      https://github.com/openvswitch/ovs/commit/10f3f18784c30a4ff5fcf0411d551e749c036e8c
  Author: Aaron Conole <aconole at redhat.com>
  Date:   2018-01-12 (Fri, 12 Jan 2018)

  Changed paths:
    M utilities/ovs-tcpundump.in

  Log Message:
  -----------
  ovs-tcpundump: fix a conversion issue

When I tried using ovs-tcpundump, I got the following error message:
Traceback (most recent call last):
  File ./ovs-tcpundump, line 64, in <module>
    if m is None or int(m.group(1)) == 0:
ValueError: invalid literal for int() with base 10: '00a0'

Signed-off-by: Aaron Conole <aconole at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list