FreeBSD Bugzilla – Attachment 9987 Details for
Bug 20198
log setup of dynamic rules for ipfw
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
ddd
ddd (text/plain; charset=us-ascii), 595 bytes, created by
Stephen Montgomery-Smith
on 2000-07-27 18:06:24 UTC
(
hide
)
Description:
ddd
Filename:
MIME Type:
Creator:
Stephen Montgomery-Smith
Created:
2000-07-27 18:06:24 UTC
Size:
595 bytes
patch
obsolete
>--- /sys/netinet/ip_fw.c Sat Jul 15 19:25:45 2000 >+++ sys/netinet/ip_fw.c Thu Jul 27 11:47:19 2000 >@@ -1215,8 +1215,18 @@ > f->timestamp = time_second; > > /* Log to console if desired */ >+#if STATEFUL >+ if ((f->fw_flg & IP_FW_F_PRN) && >+ /* Don't log for dynamic rules with keep state */ >+ !((f->fw_flg & IP_FW_F_KEEP_S) && q != NULL) && >+ fw_verbose) { >+ ipfw_report(f, ip, rif, oif); >+ } >+ >+#else > if ((f->fw_flg & IP_FW_F_PRN) && fw_verbose) > ipfw_report(f, ip, rif, oif); >+#endif > > /* Take appropriate action */ > switch (f->fw_flg & IP_FW_F_COMMAND) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 20198
:
9986
| 9987