PTPT52

Results 279 comments of PTPT52

update: 1. Allow setup ipv6 for Port Forwards and NAT Rules if firewall4 is used. 2. Add 'Restrict to address family' option for NAT Rules, if family is any/empty ,...

updated @jow- how to validate the datatype in the validate() function? I want to check src_ip and dst_ip input the same family value.

update: luci-app-firewall: snats: validate address family

there may be some bug on firewall backend, I am trying setup this SNAT rule: ``` config nat 'nat6' option name 'nat6' option src 'wan' option target 'MASQUERADE' list proto...

@ynezz @AuthorReflex ping any help on the build issue for openvpn-wolfssl ?

enable all build options: ``` -# CONFIG_PACKAGE_openvpn-wolfssl is not set +CONFIG_PACKAGE_openvpn-wolfssl=m +CONFIG_OPENVPN_wolfssl=y +CONFIG_OPENVPN_wolfssl_ENABLE_LZO=y +CONFIG_OPENVPN_wolfssl_ENABLE_LZ4=y +CONFIG_OPENVPN_wolfssl_ENABLE_X509_ALT_USERNAME=y +CONFIG_OPENVPN_wolfssl_ENABLE_MANAGEMENT=y +CONFIG_OPENVPN_wolfssl_ENABLE_FRAGMENT=y +CONFIG_OPENVPN_wolfssl_ENABLE_MULTIHOME=y +CONFIG_OPENVPN_wolfssl_ENABLE_PORT_SHARE=y +CONFIG_OPENVPN_wolfssl_ENABLE_DEF_AUTH=y +CONFIG_OPENVPN_wolfssl_ENABLE_PF=y +CONFIG_OPENVPN_wolfssl_ENABLE_IPROUTE2=y +CONFIG_OPENVPN_wolfssl_ENABLE_SMALL=y ```

@ynezz looks like dropping `CONFIG_OPENVPN_wolfssl_ENABLE_MANAGEMENT` option build ok for me.

> > looks like dropping CONFIG_OPENVPN_wolfssl_ENABLE_MANAGEMENT option build ok for me. > > Could you please try to reproduce now the issue with OpenSSL variant? I would like to find...