mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
ramips: mt7621: fix transparent proxy issue
This commit is contained in:
parent
a083aab5ef
commit
b8588061ba
@ -855,7 +855,7 @@ static int hnat_remove(struct platform_device *pdev)
|
|||||||
|
|
||||||
static const struct mtk_hnat_data hnat_data_v1 = {
|
static const struct mtk_hnat_data hnat_data_v1 = {
|
||||||
.num_of_sch = 2,
|
.num_of_sch = 2,
|
||||||
.whnat = false,
|
.whnat = true,
|
||||||
.per_flow_accounting = false,
|
.per_flow_accounting = false,
|
||||||
.mcast = false,
|
.mcast = false,
|
||||||
.version = MTK_HNAT_V1,
|
.version = MTK_HNAT_V1,
|
||||||
|
Loading…
Reference in New Issue
Block a user