Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
macmpi
aports
Commits
42f2a88f
Commit
42f2a88f
authored
14 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/iproute2-qos: fix ifb0 sample
parent
b0c7a986
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/iproute2-qos/APKBUILD
+2
-2
2 additions, 2 deletions
main/iproute2-qos/APKBUILD
main/iproute2-qos/qos.ifb0.sample
+1
-1
1 addition, 1 deletion
main/iproute2-qos/qos.ifb0.sample
with
3 additions
and
3 deletions
main/iproute2-qos/APKBUILD
+
2
−
2
View file @
42f2a88f
...
...
@@ -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"
This diff is collapsed.
Click to expand it.
main/iproute2-qos/qos.ifb0.sample
+
1
−
1
View file @
42f2a88f
...
...
@@ -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=2048
k
bit # 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment