]> git.ipfire.org Git - thirdparty/suricata.git/commit
ipfw: avoid critical error for broadcast 62/head
authorEric Leblond <eric@regit.org>
Fri, 7 Sep 2012 11:18:35 +0000 (13:18 +0200)
committerEric Leblond <eric@regit.org>
Fri, 7 Sep 2012 14:02:40 +0000 (16:02 +0200)
commit2e4a16d1eee36af0c8b6a530640e7449af2875dd
tree4b15ef48453a77a8f83c25b13323a363fa565f05
parent2fe39cf8674b02d44195e670efbb471eb91044fe
ipfw: avoid critical error for broadcast

In some setup, suricata may receive broadcast packets and the call
to sendto may fail if the wrong interface is choosen by kernel.
This patch change the error treatment to avoid to leave when
this problem occurs.
src/source-ipfw.c