diff --git a/AUTHORS b/AUTHORS index aef9a2ef62..fe19382cf6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -239,6 +239,7 @@ Patches have also been contributed by: Dipankar Sarma Viktor Mihajlovski Thang Pham + Eiichi Tsukata [....send patches to get your name here....] diff --git a/src/util/virnetdevbandwidth.c b/src/util/virnetdevbandwidth.c index b9bd2e344e..93df5c124b 100644 --- a/src/util/virnetdevbandwidth.c +++ b/src/util/virnetdevbandwidth.c @@ -136,7 +136,7 @@ virNetDevBandwidthSet(const char *ifname, virCommandAddArgList(cmd, "filter", "add", "dev", ifname, "parent", "ffff:", "protocol", "ip", "u32", "match", "ip", "src", "0.0.0.0/0", "police", "rate", average, - "burst", burst, "mtu", burst, "drop", "flowid", + "burst", burst, "mtu", "64kb", "drop", "flowid", ":1", NULL); if (virCommandRun(cmd, NULL) < 0)