FreeBSD Bugzilla – Attachment 11144 Details for
Bug 22065
Patch to add support to ipfw for per rule overriding of dynamic keep-state rule expiration lifetimes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 661 bytes, created by
agifford
on 2000-10-17 23:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
agifford
Created:
2000-10-17 23:40:01 UTC
Size:
661 bytes
patch
obsolete
>--- sys/netinet/ip_fw.h.orig Mon Aug 21 18:33:18 2000 >+++ sys/netinet/ip_fw.h Tue Oct 17 16:08:36 2000 >@@ -73,6 +73,7 @@ > u_short fu_skipto_rule; /* SKIPTO command rule number */ > u_short fu_reject_code; /* REJECT response code */ > struct sockaddr_in fu_fwd_ip; >+ u_int32_t fu_dyn_lifetime; /* Explicit dynamic rule lifetime */ > } fw_un; > u_char fw_prot; /* IP protocol */ > /* >@@ -121,6 +122,7 @@ > #define fw_reject_code fw_un.fu_reject_code > #define fw_pipe_nr fw_un.fu_pipe_nr > #define fw_fwd_ip fw_un.fu_fwd_ip >+#define fw_dyn_lifetime fw_un.fu_dyn_lifetime
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 22065
: 11144 |
11145
|
11146