]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
modules: replace AF/PF with NFPROTO
authorJan Engelhardt <jengelh@medozas.de>
Tue, 16 Mar 2010 22:37:05 +0000 (23:37 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Tue, 16 Mar 2010 22:37:05 +0000 (23:37 +0100)
extensions/xt_psd.c

index 605ed032ce084f2061e328a20372f84ece9a1464..a86a73c607172ca8639e02dfa364cfebc8090023 100644 (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),