summaryrefslogtreecommitdiff
path: root/src/exit/gnunet-daemon-exit.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-21 20:05:03 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-21 20:05:03 +0000
commitb53c68458d1b7daa7a4320adb401daac62c4daed (patch)
tree30b8e4f0a249c225604f1d101b5dd4005dac67c0 /src/exit/gnunet-daemon-exit.c
parentee731605205a1629d672e65e8372167460bb9f45 (diff)
downloadgnunet-b53c68458d1b7daa7a4320adb401daac62c4daed.tar.gz
gnunet-b53c68458d1b7daa7a4320adb401daac62c4daed.zip
-implementing ICMP PT and type checking on VPN->TUN link
Diffstat (limited to 'src/exit/gnunet-daemon-exit.c')
-rw-r--r--src/exit/gnunet-daemon-exit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c
index d2bec5203..f55106243 100644
--- a/src/exit/gnunet-daemon-exit.c
+++ b/src/exit/gnunet-daemon-exit.c
@@ -649,7 +649,7 @@ icmp_from_helper (const struct GNUNET_TUN_IcmpHeader *icmp,
649 break; 649 break;
650 default: 650 default:
651 GNUNET_STATISTICS_update (stats, 651 GNUNET_STATISTICS_update (stats,
652 gettext_noop ("# ICMPv4 packets dropped (not allowed)"), 652 gettext_noop ("# ICMPv4 packets dropped (type not allowed)"),
653 1, GNUNET_NO); 653 1, GNUNET_NO);
654 return; 654 return;
655 } 655 }
@@ -684,7 +684,7 @@ icmp_from_helper (const struct GNUNET_TUN_IcmpHeader *icmp,
684 break; 684 break;
685 default: 685 default:
686 GNUNET_STATISTICS_update (stats, 686 GNUNET_STATISTICS_update (stats,
687 gettext_noop ("# ICMPv6 packets dropped (not allowed)"), 687 gettext_noop ("# ICMPv6 packets dropped (type not allowed)"),
688 1, GNUNET_NO); 688 1, GNUNET_NO);
689 return; 689 return;
690 } 690 }