Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 103848 Details for
Bug 157895
bug from netfilter time match (ipt_time)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to adapt time match to new API
ipt_time-2.6.17.patch (text/plain), 735 bytes, created by
Juan J. Prieto
on 2006-12-12 00:46:34 UTC
(
hide
)
Description:
patch to adapt time match to new API
Filename:
MIME Type:
Creator:
Juan J. Prieto
Created:
2006-12-12 00:46:34 UTC
Size:
735 bytes
patch
obsolete
>--- ipt_time.c.old 2006-12-05 13:08:29.000000000 +0100 >+++ ipt_time.c 2006-12-12 09:03:07.000000000 +0100 >@@ -46,6 +46,7 @@ > match(const struct sk_buff *skb, > const struct net_device *in, > const struct net_device *out, >+ const struct xt_match *match, > const void *matchinfo, > int offset, > unsigned int protoff, >@@ -83,6 +84,7 @@ > static int > checkentry(const char *tablename, > const void *ip, >+ const struct xt_match *match, > void *matchinfo, > unsigned int matchsize, > unsigned int hook_mask) >@@ -115,6 +117,7 @@ > .name = "time", > .match = &match, > .checkentry = &checkentry, >+ .matchsize = sizeof(struct ipt_time_info), > .me = THIS_MODULE > }; >
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 157895
: 103848