diff options
Diffstat (limited to 'init.d/ipfw.in')
-rw-r--r-- | init.d/ipfw.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/ipfw.in b/init.d/ipfw.in index 327599a5..2b961274 100644 --- a/init.d/ipfw.in +++ b/init.d/ipfw.in @@ -122,7 +122,7 @@ start() { ipfw add deny { tcp or udp } from any to any $p in done - # Broadcasts and muticasts + # Broadcasts and multicasts ipfw add deny ip from any to 255.255.255.255 ipfw add deny ip from any to 224.0.0.0/24 |