mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 23:57:30 -04:00
o For dynamic rules log a parent rule number. Prefix a log message
by 'ipfw: '. PR: kern/115755 Submitted by: sem Approved by: re (gnn) MFC after: 4 weeks
This commit is contained in:
parent
b917d7d326
commit
eeb36ca3d5
1 changed files with 2 additions and 1 deletions
|
|
@ -1567,7 +1567,8 @@ install_state(struct ip_fw *rule, ipfw_insn_limit *cmd,
|
|||
inet_ntoa_r(da, dst);
|
||||
}
|
||||
log(LOG_SECURITY | LOG_DEBUG,
|
||||
"%s %s:%u -> %s:%u, %s\n",
|
||||
"ipfw: %d %s %s:%u -> %s:%u, %s\n",
|
||||
parent->rule->rulenum,
|
||||
"drop session",
|
||||
src, (args->f_id.src_port),
|
||||
dst, (args->f_id.dst_port),
|
||||
|
|
|
|||
Loading…
Reference in a new issue