Re: [OpenWrt-Devel] OpenWrt 19.01 plans

2018-09-27 Thread Hauke Mehrtens
On 09/26/2018 09:38 AM, Koen Vandeputte wrote: > > > On 2018-09-23 00:42, Hauke Mehrtens wrote: >> Hi, >> >> We talked about plans for the next OpenWrt releases in this mail thread: >> http://lists.infradead.org/pipermail/openwrt-adm/2018-July/000849.html >> This mail is more or less a summary

Re: [OpenWrt-Devel] dnsmasq stops receiving packets after network restart

2018-09-27 Thread Kristian Evensen
Hi, On Tue, Sep 25, 2018 at 11:23 AM Jo-Philipp Wich wrote: > Maybe netlink congestion or something related to privilege dropping? Can > you manage to capture an strace log of the running dnsmasq instance > while the network is getting restarted? After some discussion on the dnsmasq mailing

[OpenWrt-Devel] Tarpit support in firewall

2018-09-27 Thread Philip Prindeville
Jo-Philipp, Felix, et al: I’ve added the following to my /etc/firewall.user but I was thinking it might be useful for others, and worth integrating into the firewall. It’s currently implemented in Shell, but should be trivial in C. The relevant config (/etc/config/firewall) looks like: config

[OpenWrt-Devel] Quick question about firewall patch

2018-09-27 Thread Philip Prindeville
I’m looking at: https://git.openwrt.org/?p=project/firewall3.git;a=commitdiff;h=c03e20d7f594058ff223f30cf34de1b5e8210b8d;hp=b59934331c4b9271ceb5e30b793a552618299d39 and wondering, why not just do: v4->s_addr = htonl(~(UINT_MAX >> bits)); For instance, with bits == 14, we get: UINT_MAX >>

Re: [OpenWrt-Devel] OpenWrt 19.01 plans

2018-09-27 Thread Eric Luehrsen
On 09/27/2018 04:22 PM, Hauke Mehrtens wrote: On 09/26/2018 09:38 AM, Koen Vandeputte wrote: On 2018-09-23 00:42, Hauke Mehrtens wrote: Hi, We talked about plans for the next OpenWrt releases in this mail thread: http://lists.infradead.org/pipermail/openwrt-adm/2018-July/000849.html This

[OpenWrt-Devel] Cannot build python3

2018-09-27 Thread Jan Kardell
Hi, I cannot build the host python3 _ctypes module. Some more info on https://forum.openwrt.org/t/error-building-python3-on-opensuse/21764 . I'm building OpenWRT 18.06.1 on openSUSE LEAP 15.0. The _ctypes module is linked against staging_dir/hostpkg/lib/libffi.so.6, but when doing the import