projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix comment
[l2tpns.git]
/
test
/
ping-sweep
diff --git
a/test/ping-sweep
b/test/ping-sweep
index
3795364
..
2e8b483
100644
(file)
--- a/
test/ping-sweep
+++ b/
test/ping-sweep
@@
-15,8
+15,8
@@
use constant ICMP_CODE => 0; # No ICMP code for ECHO and ECHOREPLY
use constant SOL_IP => 0;
use constant IP_MTU_DISCOVER => 10;
use constant SOL_IP => 0;
use constant IP_MTU_DISCOVER => 10;
-use constant IP_PMTUDISC_
WA
NT => 0;
-use constant IP_PMTUDISC_
DO
NT => 1;
+use constant IP_PMTUDISC_
DO
NT => 0;
+use constant IP_PMTUDISC_
WA
NT => 1;
use constant IP_PMTUDISC_DO => 2;
my $verbose = shift if @ARGV and $ARGV[0] =~ /^--?v(erbose)?$/;
use constant IP_PMTUDISC_DO => 2;
my $verbose = shift if @ARGV and $ARGV[0] =~ /^--?v(erbose)?$/;