bugzilla-daemon@bugzilla.netfilter.org
2006-Aug-06 14:36 UTC
[Bug 499] ipp2p error. ip_tables: ipp2p match: invalid size 0 != 8
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=499
x12345@email.ro changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From x12345@email.ro 2006-08-06 14:36 MET -------
diff -c ipp2p-0.8.1_rc1/Makefile ipp2p-0.8.1_rc1-ok/Makefile
*** ipp2p-0.8.1_rc1/Makefile 2006-01-04 18:34:14.000000000 +0200
--- ipp2p-0.8.1_rc1-ok/Makefile 2006-08-05 04:02:17.000000000 +0300
***************
*** 33,39 ****
endif
ifeq ($(IPTABLES_SRC),)
! IPTABLES_SRC = /usr/src/iptables-1.2.9
endif
IPTABLES_INCLUDE = -I$(IPTABLES_SRC)/include
--- 33,39 ----
endif
ifeq ($(IPTABLES_SRC),)
! IPTABLES_SRC = /usr/src/iptables-1.3.5
endif
IPTABLES_INCLUDE = -I$(IPTABLES_SRC)/include
Only in ipp2p-0.8.1_rc1-ok/: Modules.symvers
diff -c ipp2p-0.8.1_rc1/ipt_ipp2p.c ipp2p-0.8.1_rc1-ok/ipt_ipp2p.c
*** ipp2p-0.8.1_rc1/ipt_ipp2p.c 2006-01-04 18:00:49.000000000 +0200
--- ipp2p-0.8.1_rc1-ok/ipt_ipp2p.c 2006-08-06 15:29:13.000000000 +0300
***************
*** 729,734 ****
--- 729,735 ----
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,
***************
*** 818,823 ****
--- 819,825 ----
static int
checkentry(const char *tablename,
const struct ipt_ip *ip,
+ const struct xt_match *match,
void *matchinfo,
unsigned int matchsize,
unsigned int hook_mask)
***************
*** 846,851 ****
--- 848,854 ----
.name = "ipp2p",
.match = &match,
.checkentry = &checkentry,
+ .matchsize = sizeof(struct ipt_p2p_info),
.me = THIS_MODULE,
#endif
};
--
Configure bugmail:
https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon@bugzilla.netfilter.org
2006-Aug-10 11:33 UTC
[Bug 499] ipp2p error. ip_tables: ipp2p match: invalid size 0 != 8
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=499
ole@ans.pl changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From ole@ans.pl 2006-08-10 11:33 MET -------
The ipp2p extension was moved into external repository and removed from pom-ng.
For a 2.6.17.x kernel you need a recent pom-ng extended with "./runme
--download".
Please verify that you have a properly patched kernel - the ipt_ipp2p.c file
should be 25144 bytes long with md5: a674ded594abbf43893ae32630208d08.
--
Configure bugmail:
https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
bugzilla-daemon@bugzilla.netfilter.org
2006-Aug-10 11:33 UTC
[Bug 499] ipp2p error. ip_tables: ipp2p match: invalid size 0 != 8
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=499
ole@ans.pl changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From ole@ans.pl 2006-08-10 11:33 MET -------
The ipp2p extension was moved into external repository and removed from pom-ng.
For a 2.6.17.x kernel you need a recent pom-ng extended with "./runme
--download".
Please verify that you have a properly patched kernel - the ipt_ipp2p.c file
should be 25144 bytes long with md5: a674ded594abbf43893ae32630208d08.
--
Configure bugmail:
https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.