modules: replace AF/PF with NFPROTO

This commit is contained in:
Jan Engelhardt
2010-03-16 23:37:05 +01:00
parent 1a17ed6a45
commit 7512101bca

View File

@@ -312,7 +312,7 @@ out_match:
static struct xt_match xt_psd_reg __read_mostly = {
.name = "psd",
.family = AF_INET,
.family = NFPROTO_IPV4,
.revision = 1,
.match = xt_psd_match,
.matchsize = sizeof(struct xt_psd_info),