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
nexedi
linux
Commits
f1e231a3
Commit
f1e231a3
authored
Jan 18, 2011
by
Jan Engelhardt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
netfilter: xtables: add missing aliases for autoloading via iptables
Signed-off-by:
Jan Engelhardt
<
jengelh@medozas.de
>
parent
fbabf31e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
net/netfilter/xt_IDLETIMER.c
net/netfilter/xt_IDLETIMER.c
+2
-0
net/netfilter/xt_LED.c
net/netfilter/xt_LED.c
+2
-0
net/netfilter/xt_cpu.c
net/netfilter/xt_cpu.c
+2
-0
No files found.
net/netfilter/xt_IDLETIMER.c
View file @
f1e231a3
...
...
@@ -313,3 +313,5 @@ MODULE_AUTHOR("Timo Teras <ext-timo.teras@nokia.com>");
MODULE_AUTHOR
(
"Luciano Coelho <luciano.coelho@nokia.com>"
);
MODULE_DESCRIPTION
(
"Xtables: idle time monitor"
);
MODULE_LICENSE
(
"GPL v2"
);
MODULE_ALIAS
(
"ipt_IDLETIMER"
);
MODULE_ALIAS
(
"ip6t_IDLETIMER"
);
net/netfilter/xt_LED.c
View file @
f1e231a3
...
...
@@ -31,6 +31,8 @@
MODULE_LICENSE
(
"GPL"
);
MODULE_AUTHOR
(
"Adam Nielsen <a.nielsen@shikadi.net>"
);
MODULE_DESCRIPTION
(
"Xtables: trigger LED devices on packet match"
);
MODULE_ALIAS
(
"ipt_LED"
);
MODULE_ALIAS
(
"ip6t_LED"
);
static
LIST_HEAD
(
xt_led_triggers
);
static
DEFINE_MUTEX
(
xt_led_mutex
);
...
...
net/netfilter/xt_cpu.c
View file @
f1e231a3
...
...
@@ -22,6 +22,8 @@
MODULE_LICENSE
(
"GPL"
);
MODULE_AUTHOR
(
"Eric Dumazet <eric.dumazet@gmail.com>"
);
MODULE_DESCRIPTION
(
"Xtables: CPU match"
);
MODULE_ALIAS
(
"ipt_cpu"
);
MODULE_ALIAS
(
"ip6t_cpu"
);
static
int
cpu_mt_check
(
const
struct
xt_mtchk_param
*
par
)
{
...
...
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