diff options
author | ngie <ngie@FreeBSD.org> | 2015-11-24 05:12:40 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-11-24 05:12:40 +0000 |
commit | e98a8a4a446074eb86604afed77d96fe01a0b12b (patch) | |
tree | 395b4d46c3dd3e84d3f83fdb8b561eab1b82bec3 /tools/regression | |
parent | b923a91e2c985b47c61617b8287f43bce6c02e29 (diff) | |
parent | 7f4494e3bff2bd744f653c0506896eab083f5a6c (diff) | |
download | FreeBSD-src-e98a8a4a446074eb86604afed77d96fe01a0b12b.zip FreeBSD-src-e98a8a4a446074eb86604afed77d96fe01a0b12b.tar.gz |
MFhead @ r291235
Diffstat (limited to 'tools/regression')
-rw-r--r-- | tools/regression/netinet/ip_id_period/ip_id_period.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/regression/netinet/ip_id_period/ip_id_period.py b/tools/regression/netinet/ip_id_period/ip_id_period.py index ba84321..c04f5a4 100644 --- a/tools/regression/netinet/ip_id_period/ip_id_period.py +++ b/tools/regression/netinet/ip_id_period/ip_id_period.py @@ -27,6 +27,7 @@ # code. It will push 200000 packets, then report back what the min and max # periods it saw for different IDs were. +from __future__ import print_function import os import signal import subprocess |