~ubuntu-branches/debian/squeeze/shorewall/squeeze

« back to all changes in this revision

Viewing changes to Perl/Shorewall/Actions.pm

  • Committer: Bazaar Package Importer
  • Author(s): Roberto C. Sanchez
  • Date: 2010-07-14 19:58:19 UTC
  • mfrom: (1.3.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100714195819-at1n1yi85rcv8f13
Tags: 4.4.11-1
New Upstream Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
776
776
            if ( $family == F_IPV4 ) {
777
777
                log_rule_limit $level, $chainref, 'dropBcast' , 'DROP', '', $tag, 'add', ' -d 224.0.0.0/4 ';
778
778
            } else {
779
 
                log_rule_limit $level, $chainref, 'dropBcast' , 'DROP', '', $tag, 'add', ' -d ff00::/10 -j DROP ';
780
 
            }           
 
779
                log_rule_limit $level, $chainref, 'dropBcast' , 'DROP', '', $tag, 'add', ' -d ff00::/8 -j DROP ';
 
780
            }
781
781
        }
782
782
 
783
783
        add_rule $chainref, '-m addrtype --dst-type BROADCAST -j DROP';