FreeBSD Bugzilla – Attachment 9989 Details for
Bug 20201
"ipfw show" lists expired dynamic rules
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 358 bytes, created by
Stephen Montgomery-Smith
on 2000-07-26 21:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Stephen Montgomery-Smith
Created:
2000-07-26 21:50:01 UTC
Size:
358 bytes
patch
obsolete
>--- /sys/netinet/ip_fw.c Sat Jul 15 19:25:45 2000 >+++ ip_fw.c Wed Jul 26 15:11:42 2000 >@@ -1712,6 +1720,9 @@ > > switch (sopt->sopt_name) { > case IP_FW_GET: >+#if STATEFUL >+ remove_dyn_rule(NULL, 0 /* expire */); >+#endif > for (fcp = LIST_FIRST(&ip_fw_chain), size = 0; fcp; > fcp = LIST_NEXT(fcp, chain)) > size += sizeof *fcp->rule;
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 20201
: 9989