PTPT52
PTPT52
full replace RA_HW_NAT
sure, it work with the ralink driver (https://github.com/x-wrt/x-wrt/tree/master/target/linux/ramips/files/drivers/net/ethernet/ralink) or with mtk_eth_soc driver in kernel 5.4 for extif any wifi driver could work
sure it works with mt_wifi driver (u should disable any hnat in mt_wifi)
and u need these changes in commits: ``` pick 61db8e5ffe ramips: ralink driver hwnat compat with natflow pick 2fe8c98b89 ramips: ralink hwnat skip all entries that cross the 1024 byte...
or simple just need: ``` pick 2c736db577 ramips/mediatek: mtk dsa hwnat compat with natflow pick 8a4d605823 ramips/mediatek: add flow offload keep alive pick 3485490b83 ramips/mediatek: adjust ralink mtk_ppe un/bind ageing...
all changes in x-wrt (https://github.com/x-wrt/x-wrt)
for now, no, it need more changes in these commits: ``` pick 2c736db577 ramips/mediatek: mtk dsa hwnat compat with natflow pick 8a4d605823 ramips/mediatek: add flow offload keep alive pick 3485490b83...
where kernel 5.4 you get? I know the kernel 5.4 in openwrt master is modified and my code is base on that. if you just get kernel from Linux, it...
for ralink mtk_eth_soc in kernel 4.14: ``` pick 61db8e5ffe ramips: ralink driver hwnat compat with natflow pick 2fe8c98b89 ramips: ralink hwnat skip all entries that cross the 1024 byte boundary...