| Anonymous | Login | 2013-05-21 12:21 EDT |
| Main | My View | View Issues | Change Log | Roadmap |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| 0000011 | [Netfilter (Kernel)] Source Code | minor | always | 2010-09-09 12:38 | 2011-11-03 16:52 | |||||||
| Reporter | htejeda | View Status | public | |||||||||
| Assigned To | dsokoloski | |||||||||||
| Priority | normal | Resolution | open | |||||||||
| Status | acknowledged | Product Version | 2.22 | |||||||||
| Summary | 0000011: [PATCH] Support for Linux Kernel 2.6.35+ | |||||||||||
| Description |
New API changes were introduced in the Kernel release 2.6.35 and some (Specifically to xt_match struct found in linux/netfilter/x_tables.h), affected L7-Filter: Commit: 62fc8051 "netfilter: xtables: deconstify struct xt_action_param for matches." - bool (*match)(const struct sk_buff *skb, - const struct xt_match_param *); + bool (*match)(const struct sk_buff *skb, + struct xt_action_param *); Commit: b0f38452 "netfilter: xtables: change xt_match.checkentry return type" -bool (*checkentry)(const struct xt_mtchk_param *); +int (*checkentry)(const struct xt_mtchk_param *); *** Return type changed from bool to int. Now we need to return 0 (true) and -EINVAL (false). Attached you will find two compressed patch files: - l7filter-2.6.35+.changes.patch: Which only contains the new updates to Layer7-v2.22. - l7filter-2.6.35+.complete.patch: Layer7-v2.22 full source with updates included. I've tested it on x86 and x86_64. Best regards, Huáscar |
|||||||||||
| Additional Information | ||||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files |
|
|||||||||||
|
|
||||||||||||
| There are no notes attached to this issue. |

