First page Back Continue Last page Summary Graphics
Logging (cont)
Action can contain:
- S: Short packet (default LOG_ERR)
- b/B: blocked (default LOG_WARNING)
- p/P: passed (default LOG_NOTICE)
- n: not matched (default LOG_NOTICE)
- L: other cases (default LOG_INFO)
Difference between b/B and p/P is that the first means the rule had a "log" action. In the second case, logging occured because of Log Flags (ipf -V)
Notes: