OpenWrt Forum Archive

Topic: ipt_layer7.ko missing in SVN

The content of this topic has been archived on 29 Mar 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Where is the layer7 modules and iptables libs ?
qos-scripts won`t work with out them.
Anything i am missing ?iptables-mod-filter
it should be in  iptables-mod-filter but only ipp2p is there, along with l7-protocols, but no libs.

bump. still no layer7 module.

same here (trunk with 2.6 on wl500gp with atheros)

Would be fun to know if this will be fixed in future releases or if this is intended due to the load of the layer7 module ?

have falshed KAMIKAZE (bleeding edge, r10239)...

still the same problem... but imq does work...

qos seg faults and l7filer.o not available...

actually qos not exactly seg faults ...
it will work despite those errors ..
The problem is probably the new iproute package ... Try to use the old one.

and haow can I use it? where to find?

enter in package/iproute dir and do a svn -r 10100 up [example]

Same here after installing qos-scripts:

root@OpenWrt:~# /etc/init.d/qos start
Segmentation fault
iptables v1.3.8: Couldn't load match `layer7':File not found

Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.8: Couldn't load match `layer7':File not found

Try `iptables -h' or 'iptables --help' for more information.
root@OpenWrt:~#

can I somewhere see the status of this bug?

are these qos bugs already fixed in the 2.6 trunk?

Two separate bugs:

- segfault: r10697 is still broken; I had to revert to r10100 (it seems that the changeset that broken tc is 10147).

- layer7: still broken but I still didn't have time to track it.

There are already multiple tickets on Trac; don't open new ones.

(Last edited by Wallace78 on 6 Apr 2008, 18:05)

Please verify that it is the tc thing by using latest trunk with just iproute2 reverted to 10146
EDIT: never mind. confirmed in the trac ticket already

(Last edited by nbd on 6 Apr 2008, 18:06)

Wallace78 wrote:

- layer7: still broken but I still didn't have time to track it.

Fixed by forum2008 after 10-20 minutes I posted the ticket... realtime hacking on OpenWrt.org... developers here are bug-hungry... are predators... not just humans smile

Just svn up the iptables package and you are set.

The discussion might have continued from here.