On Fri, Jan 12, 2018 at 03:40:21PM -0500, Aaron Conole wrote:
> When I tried using ovs-tcpundump, I got the following error message:
> Traceback (most recent call last):
> File ./ovs-tcpundump, line 64, in
> if m is None or int(m.group(1)) == 0:
> ValueError: invalid literal for int() with b
When I tried using ovs-tcpundump, I got the following error message:
Traceback (most recent call last):
File ./ovs-tcpundump, line 64, in
if m is None or int(m.group(1)) == 0:
ValueError: invalid literal for int() with base 10: '00a0'
Signed-off-by: Aaron Conole
---
utilities/ovs-tcpundum