X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/9ca5c6e72efb84ba8154b8ec5a28b470578af58e..9b6a5ea4b396cc81b008e5367b7390bf25360a37:/test/ping-sweep diff --git a/test/ping-sweep b/test/ping-sweep index 3795364..2e8b483 100644 --- 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 IP_PMTUDISC_WANT => 0; -use constant IP_PMTUDISC_DONT => 1; +use constant IP_PMTUDISC_DONT => 0; +use constant IP_PMTUDISC_WANT => 1; use constant IP_PMTUDISC_DO => 2; my $verbose = shift if @ARGV and $ARGV[0] =~ /^--?v(erbose)?$/;