interface: disable autorate-ingress by default
[project/qosify.git] / interface.c
index 5c2dfe89ad544a7554ab388f7265e02bd584e67a..4d53b00bed8e67ca31a07e35e936c7c534b668ad 100644 (file)
@@ -149,7 +149,7 @@ iface_config_set(struct qosify_iface *iface, struct blob_attr *attr)
        cfg->ingress = true;
        cfg->egress = true;
        cfg->host_isolate = true;
-       cfg->autorate_ingress = true;
+       cfg->autorate_ingress = false;
        cfg->nat = !iface->device;
 
        if ((cur = tb[IFACE_ATTR_BW_UP]) != NULL)