Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
opentrafficshaper
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
eezysol
opentrafficshaper
Commits
d027cc2f
Commit
d027cc2f
authored
11 years ago
by
Nigel Kukard
Browse files
Options
Downloads
Patches
Plain Diff
Revamped the config file a bit
parent
18dd8ba1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
opentrafficshaper.conf
+46
-3
46 additions, 3 deletions
opentrafficshaper.conf
with
46 additions
and
3 deletions
opentrafficshaper.conf
+
46
−
3
View file @
d027cc2f
[
system
]
# Log level:
# 0 - Errors only
# 1 - Warnings and errors
# 2 - Notices, warnings, errors
# 3 - Info, notices, warnings, errors
# 4 - Debugging
#log_level=2
#
# Plugins
#
[
plugins
]
# Names of plugins to load, one per line
load
=
radius
load
=
webserver
load
=
tc
[
dictionary
]
load
=
dicts
/
dictionary
load
=
dicts
/
dictionary
.
allworldit
#
# General shaping settings
#
[
shaping
]
# Group 0 is by default the "Default" group
group
=
0
:
Default
# Traffic classes
# ID's and short description of traffic classes to Setup. Traffic is
# priortized as the lowest number getting the highest priority
class
=
1
:
High
Priority
class
=
2
:
Platinum
class
=
3
:
Gold
class
=
4
:
Silver
class
=
5
:
Bronze
class
=
6
:
Best
Effort
#
# Radius plugin
#
[
plugin
.
radius
]
# Dictionaries we need to load for radius functionality
dictionary
=
dicts
/
dictionary
dictionary
=
dicts
/
dictionary
.
allworldit
#
# TC Plugin
#
[
plugin
.
tc
]
rxiface
=
eth0
txiface
=
eth1
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