X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fferm%2Fmanifests%2Faql.pp;h=ece1ee10bfd4ff40ecd53bb58ce2be28c682b8ad;hb=38a208f3ceb64138c3c4e167d82f29e690965213;hp=b5578e2dec7287a77bb4295faf8dedfd62157b0d;hpb=3628350798e85b25012ebd69eebdaf93b7d43556;p=mirror%2Fdsa-puppet.git diff --git a/modules/ferm/manifests/aql.pp b/modules/ferm/manifests/aql.pp index b5578e2de..ece1ee10b 100644 --- a/modules/ferm/manifests/aql.pp +++ b/modules/ferm/manifests/aql.pp @@ -4,7 +4,7 @@ class ferm::aql { description => 'drop multicast traffic to avoid triggering protection', table => 'filter', chain => 'OUTPUT', - rule => 'destination 224.0.0.0/24 jump log_or_drop' + rule => 'destination 224.0.0.0/4 jump log_or_drop' } }