Skip to content

Commit

Permalink
yup
Browse files Browse the repository at this point in the history
mispelled multicast here too.
  • Loading branch information
da667 committed Nov 8, 2016
1 parent c775b34 commit 0194aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Autosnort - Ubuntu/AVATAR/snortd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ do_start()
{
echo "Starting Snort"
/sbin/ifconfig snort_iface1 up -arp -multicast promisc
/sbin/ifconfig snort_iface2 up -arp -multicase promisc
/sbin/ifconfig snort_iface2 up -arp -multicast promisc
$SNORTD $OPTIONS
if [ $? -eq 0 ]; then
echo "Snort successfully started."
Expand Down

0 comments on commit 0194aaa

Please sign in to comment.