diff --git a/STABLE2/shorewall.conf b/STABLE2/shorewall.conf index 32deedcf9..0a62e1507 100644 --- a/STABLE2/shorewall.conf +++ b/STABLE2/shorewall.conf @@ -608,9 +608,16 @@ DYNAMIC_ZONES=No # USE PKTTYPE MATCH # # Some users have reported problems with the PKTTYPE match extension not being -# able to patch certain broadcast packets. If you set PKTTYPE=No then Shorewall -# will use IP addresses to detect broadcasts rather than pkttype. If not given -# or if given as empty (PKTTYPE="") then PKTTYPE=Yes is assumed. +# able to patch certain broadcast packets. +# +# Other users have complained of the following message when +# starting Shorewall: +# +# modprobe: cant locate module ipt_pkttype +# +# If you set PKTTYPE=No then Shorewallwill use IP addresses to detect +# broadcasts rather than pkttype. If not given or if given as empty +# (PKTTYPE="") then PKTTYPE=Yes is assumed. PKTTYPE=Yes ################################################################################