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 ...@@ -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
......
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