mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-07 05:05:12 +02:00
modules: replace AF/PF with NFPROTO
This commit is contained in:
@@ -312,7 +312,7 @@ out_match:
|
|||||||
|
|
||||||
static struct xt_match xt_psd_reg __read_mostly = {
|
static struct xt_match xt_psd_reg __read_mostly = {
|
||||||
.name = "psd",
|
.name = "psd",
|
||||||
.family = AF_INET,
|
.family = NFPROTO_IPV4,
|
||||||
.revision = 1,
|
.revision = 1,
|
||||||
.match = xt_psd_match,
|
.match = xt_psd_match,
|
||||||
.matchsize = sizeof(struct xt_psd_info),
|
.matchsize = sizeof(struct xt_psd_info),
|
||||||
|
Reference in New Issue
Block a user