Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
e3009633
Commit
e3009633
authored
Sep 01, 2004
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PKT_SCHED]: Kill bogus spaces in Kconfig strings.
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
be84c7f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
net/sched/Kconfig
net/sched/Kconfig
+5
-5
No files found.
net/sched/Kconfig
View file @
e3009633
...
...
@@ -317,7 +317,7 @@ config NET_CLS_U32
module will be called cls_u32.
config CLS_U32_PERF
bool "
U32 classifier performance counters"
bool "U32 classifier performance counters"
depends on NET_CLS_U32
help
gathers stats that could be used to tune u32 classifier performance.
...
...
@@ -364,7 +364,7 @@ config NET_CLS_RSVP6
module will be called cls_rsvp6.
config NET_CLS_ACT
bool
' Packet ACTION '
bool
"Packet ACTION"
depends on EXPERIMENTAL && NET_CLS && NET_QOS
---help---
This option requires you have a new iproute2. It enables
...
...
@@ -373,7 +373,7 @@ config NET_CLS_ACT
You MUST NOT turn this on if you dont have an update iproute2.
config NET_ACT_POLICE
tristate
' Policing Actions'
tristate
"Policing Actions"
depends on NET_CLS_ACT
---help---
If you are using a newer iproute2 select this one, otherwise use one
...
...
@@ -388,14 +388,14 @@ config NET_CLS_POLICE
ingress and egress rate limiting.
config NET_ACT_GACT
tristate
' generic Actions'
tristate
"generic Actions"
depends on NET_CLS_ACT
---help---
You must have new iproute2 to use this feature
This adds simple filtering actions like drop,accepet etc
config GACT_PROB
bool
' generic Actions probability'
bool
"generic Actions probability"
depends on NET_ACT_GACT
---help---
Allows generic actions to be randomly or deterministically used
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment