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
b98c36fe
Commit
b98c36fe
authored
Jun 22, 2003
by
Jeff Smith
Committed by
Hideaki Yoshifuji
Jun 22, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NET]: Trivial patch to netfilter Kconfig.
parent
52fc047b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
net/ipv4/netfilter/Kconfig
net/ipv4/netfilter/Kconfig
+2
-2
No files found.
net/ipv4/netfilter/Kconfig
View file @
b98c36fe
...
@@ -120,8 +120,8 @@ config IP_NF_MATCH_PKTTYPE
...
@@ -120,8 +120,8 @@ config IP_NF_MATCH_PKTTYPE
tristate "Packet type match support"
tristate "Packet type match support"
depends on IP_NF_IPTABLES
depends on IP_NF_IPTABLES
help
help
This patch allows you to match packet in accrodance
Packet type matching allows you to match a packet by
to
its "class", eg. BROADCAST, MULTICAST, ...
its "class", eg. BROADCAST, MULTICAST, ...
Typical usage:
Typical usage:
iptables -A INPUT -m pkttype --pkt-type broadcast -j LOG
iptables -A INPUT -m pkttype --pkt-type broadcast -j LOG
...
...
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