mrash / fwknop

Single Packet Authorization > Port Knocking
http://www.cipherdyne.org/fwknop/
GNU General Public License v2.0
1.09k stars 228 forks source link

Soften the message when the stanza is not the correct one #358

Closed Seb35 closed 7 months ago

Seb35 commented 8 months ago

When there are multiple stanza and they are tried one after the other, there should not be a log with level “warning”, but only a log with level “info”.

The log_msg in the else is the previous one, it is the same message as the first one of the if but with level DEBUG, and the second one in the if is new. It has the level INFO which is the same level as the log just before "(stanza # 1) SPA Packet from IP: x.x.x.x received with access source match", so that it is coherent to see what stanza is checked then its result.

This will help monitoring the logs with less WARNINGs.

Issue: #337