mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
netfilter: nf_tables: implement Passive OS fingerprint module in nft_osf
Add basic module functions into nft_osf.[ch] in order to implement OSF module in nf_tables. Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
committed by
Pablo Neira Ayuso
parent
f932495208
commit
b96af92d6e
@@ -627,6 +627,13 @@ config NFT_SOCKET
|
||||
This option allows matching for the presence or absence of a
|
||||
corresponding socket and its attributes.
|
||||
|
||||
config NFT_OSF
|
||||
tristate "Netfilter nf_tables passive OS fingerprint support"
|
||||
depends on NETFILTER_ADVANCED
|
||||
select NETFILTER_NETLINK_OSF
|
||||
help
|
||||
This option allows matching packets from an specific OS.
|
||||
|
||||
if NF_TABLES_NETDEV
|
||||
|
||||
config NF_DUP_NETDEV
|
||||
|
||||
Reference in New Issue
Block a user