Commit b98c36fe authored by Jeff Smith's avatar Jeff Smith Committed by Hideaki Yoshifuji

[NET]: Trivial patch to netfilter Kconfig.

parent 52fc047b
......@@ -120,8 +120,8 @@ config IP_NF_MATCH_PKTTYPE
tristate "Packet type match support"
depends on IP_NF_IPTABLES
help
This patch allows you to match packet in accrodance
to its "class", eg. BROADCAST, MULTICAST, ...
Packet type matching allows you to match a packet by
its "class", eg. BROADCAST, MULTICAST, ...
Typical usage:
iptables -A INPUT -m pkttype --pkt-type broadcast -j LOG
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment