hnat: enable ipv6 by default

This commit is contained in:
hanwckf
2023-03-27 17:18:30 +08:00
parent 46bc702394
commit 1838cfca8d

View File

@@ -749,6 +749,8 @@ static int hnat_probe(struct platform_device *pdev)
hnat_priv->ppe_base[0] = hnat_priv->fe_base + 0xe00;
#endif
hnat_priv->ipv6_en = true; /* enable ipv6 by default */
err = hnat_init_debugfs(hnat_priv);
if (err)
return err;