netdev-linux: Make queue 0 the default QOS policy
[sliver-openvswitch.git] / lib / netdev-linux.c
index 06f739c..4bfa9f3 100644 (file)
@@ -2276,7 +2276,7 @@ htb_setup_qdisc__(struct netdev *netdev)
     memset(&opt, 0, sizeof opt);
     opt.rate2quantum = 10;
     opt.version = 3;
-    opt.defcls = 0;
+    opt.defcls = 1;
 
     opt_offset = nl_msg_start_nested(&request, TCA_OPTIONS);
     nl_msg_put_unspec(&request, TCA_HTB_INIT, &opt, sizeof opt);