Stijn Tintel
Stijn Tintel
> miniupnpd has nftables support, the integration into fw4 will need looking it. @ldir-EDB0 As ex maintainer, would you mind having a look at #17094?
> root@OpenWrt:~# fw4 start Section @forwarding[4] option 'src' is mandatory but not set Reference error: left-hand side expression is not an array or object In anonymous function, file /usr/share/ucode/fw4.uc, line...
Honestly I don't see why this is needed. Use xfrm interfaces and add them in a firewall zone. No custom firewall rules and updown scripts needed at all.
I won't be using it, so I don't care to review it. My suggestion would be to contribute this upstream, and then backport to OpenWrt.
@JohnyGemityg please try LEDE 17.01.2.
@murix Then try a snapshot from master, and if it still doesn't work, make sure your ISP router actually supports DHCPv6 relay, by running tcpdump on the wan interface of...
> Anyone have a PowerPC or PowerPC64 target to test those? Someone had commented it wasn't working, but not in what way. Testing on PowerPC64. After applying the changes in...
> Despite adding powerpc64 to DEPENDS, it is still missing in the 2nd part of the "Depends on: " line, after the && Ok that's due to a missing dependency...
This [commit](https://git.openwrt.org/?p=openwrt/staging/stintel.git;a=commit;h=c9e741c5576de28d0dc7895251ae7d3c5c17c54b) sorts the libunwind dependency problem for ppc64.
Added this patch in `lang/rust/patches/08-add_ppc64_musl_support.patch`: ```diff --- a/compiler/rustc_target/src/spec/mod.rs +++ b/compiler/rustc_target/src/spec/mod.rs @@ -908,6 +908,7 @@ supported_targets! { ("mips-openwrt-linux-musl", mips_openwrt_linux_musl), ("x86_64-openwrt-linux-musl", x86_64_openwrt_linux_musl), ("powerpc-openwrt-linux-musl", powerpc_openwrt_linux_musl), + ("powerpc64-openwrt-linux-musl", powerpc64_openwrt_linux_musl), ("mipsel-openwrt-linux-musl", mipsel_openwrt_linux_musl), ("aarch64-openwrt-linux-musl", aarch64_openwrt_linux_musl), ("armv7-openwrt-linux-muslabihf",...