aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-03-16 15:06:55 -0400
committerJan Engelhardt <jengelh@medozas.de>2010-03-18 09:20:06 -0400
commit115bc8f2874078e6ac78d88652a91b58447d5f4d (patch)
tree984a7352e6bea02df088b65e83e2de89bee32724
parente5042a290097b7c2fc9b6a247585b6ed07b13026 (diff)
netfilter: xtables: resort osf kconfig text
Restore alphabetical ordering of the list and put the xt_osf option into its 'right' place again. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
-rw-r--r--net/netfilter/Kconfig26
1 files changed, 13 insertions, 13 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig
index 6ac28ef9300c..8055786b7702 100644
--- a/net/netfilter/Kconfig
+++ b/net/netfilter/Kconfig
@@ -774,6 +774,19 @@ config NETFILTER_XT_MATCH_MULTIPORT
774 774
775 To compile it as a module, choose M here. If unsure, say N. 775 To compile it as a module, choose M here. If unsure, say N.
776 776
777config NETFILTER_XT_MATCH_OSF
778 tristate '"osf" Passive OS fingerprint match'
779 depends on NETFILTER_ADVANCED && NETFILTER_NETLINK
780 help
781 This option selects the Passive OS Fingerprinting match module
782 that allows to passively match the remote operating system by
783 analyzing incoming TCP SYN packets.
784
785 Rules and loading software can be downloaded from
786 http://www.ioremap.net/projects/osf
787
788 To compile it as a module, choose M here. If unsure, say N.
789
777config NETFILTER_XT_MATCH_OWNER 790config NETFILTER_XT_MATCH_OWNER
778 tristate '"owner" match support' 791 tristate '"owner" match support'
779 depends on NETFILTER_ADVANCED 792 depends on NETFILTER_ADVANCED
@@ -958,19 +971,6 @@ config NETFILTER_XT_MATCH_U32
958 971
959 Details and examples are in the kernel module source. 972 Details and examples are in the kernel module source.
960 973
961config NETFILTER_XT_MATCH_OSF
962 tristate '"osf" Passive OS fingerprint match'
963 depends on NETFILTER_ADVANCED && NETFILTER_NETLINK
964 help
965 This option selects the Passive OS Fingerprinting match module
966 that allows to passively match the remote operating system by
967 analyzing incoming TCP SYN packets.
968
969 Rules and loading software can be downloaded from
970 http://www.ioremap.net/projects/osf
971
972 To compile it as a module, choose M here. If unsure, say N.
973
974endif # NETFILTER_XTABLES 974endif # NETFILTER_XTABLES
975 975
976endmenu 976endmenu