ramips: mt7621: fix transparent proxy issue

This commit is contained in:
padavanonly 2022-08-20 08:16:56 +08:00 committed by AmadeusGhost
parent a083aab5ef
commit b8588061ba

View File

@ -855,7 +855,7 @@ static int hnat_remove(struct platform_device *pdev)
static const struct mtk_hnat_data hnat_data_v1 = {
.num_of_sch = 2,
.whnat = false,
.whnat = true,
.per_flow_accounting = false,
.mcast = false,
.version = MTK_HNAT_V1,