Hi, add a new ticket.
https://dev.openwrt.org/newticket
Regards
On Sat, Dec 5, 2009 at 6:22 PM, Aleksandar Radovanovic <
biblbr...@sezampro.rs> wrote:
> Anyone?
>
> On 11/18/2009 08:36 PM, Aleksandar Radovanovic wrote:
> > Fix a memory leak in hotplug2 environment handling.
> > Bump hotplug2 to
Anyone?
On 11/18/2009 08:36 PM, Aleksandar Radovanovic wrote:
> Fix a memory leak in hotplug2 environment handling.
> Bump hotplug2 to the latest svn revision, remove obsolete patches.
>
> Memory leak is caused by the way hotplug2 handles environment variables,
> using setenv() and unsetenv(). set
Looking at changeset 18032
(https://dev.openwrt.org/changeset/18032/trunk/include/netfilter.mk) I
see that libipt_set was removed:
-$(eval $(call nf_add,IPT_IPSET,CONFIG_IP_NF_MATCH_SET, $(P_V4)ipt_set))
-
-$(eval $(call nf_add,IPT_IPSET,CONFIG_IP_NF_TARGET_SET, $(P_V4)ipt_SET))
but I cannot see