mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-07 01:53:34 +08:00
mediatek: hnat: fix wifi->ext hnat support
This commit is contained in:
parent
fcbff49bcc
commit
f518559c0f
@ -2179,8 +2179,8 @@ static unsigned int mtk_hnat_nf_post_routing(
|
||||
if (!IS_LAN(out) && !IS_WAN(out) && !IS_EXT(out))
|
||||
return 0;
|
||||
|
||||
if (!IS_WHNAT(out) && IS_EXT(out) && FROM_WED(skb))
|
||||
return 0;
|
||||
//if (!IS_WHNAT(out) && IS_EXT(out) && FROM_WED(skb))
|
||||
// return 0;
|
||||
|
||||
trace_printk("[%s] case hit, %x-->%s, reason=%x\n", __func__,
|
||||
skb_hnat_iface(skb), out->name, skb_hnat_reason(skb));
|
||||
|
Loading…
x
Reference in New Issue
Block a user