Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

netfilter: export xt_rpfilter.h to userland

This file contains the API for the match "rpfilter", hence it should be exported
to userland.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

authored by

Nicolas Dichtel and committed by
Pablo Neira Ayuso
f0c03956 bd077937

+1
include/linux/netfilter/xt_rpfilter.h include/uapi/linux/netfilter/xt_rpfilter.h
+1
include/uapi/linux/netfilter/Kbuild
··· 68 68 header-y += xt_rateest.h 69 69 header-y += xt_realm.h 70 70 header-y += xt_recent.h 71 + header-y += xt_rpfilter.h 71 72 header-y += xt_sctp.h 72 73 header-y += xt_set.h 73 74 header-y += xt_socket.h