enable ipv6 on hypervisor

This commit is contained in:
Dmitriy Kholkin 2023-07-02 18:38:41 +03:00
parent 619b4d24b4
commit eb1d4b6a49

View File

@ -86,9 +86,6 @@ in {
"net.ipv4.tcp_congestion_control" = "bbr";
"net.core.default_qdisc" = "fq";
# disable ipv6
"net.ipv6.conf.all.disable_ipv6" = true;
"net.ipv6.conf.default.disable_ipv6" = true;
};
};
}