X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/9ca5c6e72efb84ba8154b8ec5a28b470578af58e..0e8cec8fc18f2f3ce32de45e9c54ba17008b1985:/test/ping-sweep?ds=inline

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)?$/;