From 42f2a88f5d30016c9e8959c69b7030d0cd47a549 Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Fri, 20 Aug 2010 11:14:13 +0000
Subject: [PATCH] main/iproute2-qos: fix ifb0 sample

---
 main/iproute2-qos/APKBUILD        | 4 ++--
 main/iproute2-qos/qos.ifb0.sample | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/main/iproute2-qos/APKBUILD b/main/iproute2-qos/APKBUILD
index cb5ef09206a5..2bc6f4819719 100644
--- a/main/iproute2-qos/APKBUILD
+++ b/main/iproute2-qos/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Ilya Strelkin <iilluzion@gmail.com>
 pkgname=iproute2-qos
 pkgver=0.4
-pkgrel=0
+pkgrel=1
 pkgdesc="Scripts to set up quality of service with iproute2"
 url="http://git.alpinelinux.org/cgit/aports"
 license="GPL"
@@ -21,5 +21,5 @@ build() {
 
 md5sums="13d9c58253905f349b953593036b8134  qos.initd
 79cecb47b3d1f623d2f6790044b3afee  qos.eth0.sample
-9f8d3514081624ea2ad2606c1564c759  qos.ifb0.sample
+f1233d4e7e728f16b26302ecb03e418e  qos.ifb0.sample
 785aff5d4284c47038a009797c576e34  setup-qos"
diff --git a/main/iproute2-qos/qos.ifb0.sample b/main/iproute2-qos/qos.ifb0.sample
index f71ef68ac552..f1740f097035 100644
--- a/main/iproute2-qos/qos.ifb0.sample
+++ b/main/iproute2-qos/qos.ifb0.sample
@@ -5,7 +5,7 @@ DEV=ifb0
 IFB_DEV= # Leave it blank if $DEV is ifbX
 
 # Internet EGRESS/INGRES rates in kbit or mbit. Measure this on a free line to gain precise value
-EGRESS_RATE=2048bit	# 256kbit, 512kbit, 1024kbit
+EGRESS_RATE=2048kbit	# 256kbit, 512kbit, 1024kbit
 INGRESS_RATE=512kbit	# 128kbit, 256kbit, 512kbit
 
 # In order to control a queue at the router/bridge side we will downgrade a real link speed on purpose
-- 
GitLab