Merge tag 'tty-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
[firefly-linux-kernel-4.4.55.git] / net / netfilter / xt_cgroup.c
index 9a8e77e7f8d42d4e3c7dd02d9c80b4a54311f5b0..f4e833005320fa7da4c0deb41bba272e8c54bd8e 100644 (file)
@@ -54,7 +54,8 @@ static struct xt_match cgroup_mt_reg __read_mostly = {
        .matchsize  = sizeof(struct xt_cgroup_info),
        .me         = THIS_MODULE,
        .hooks      = (1 << NF_INET_LOCAL_OUT) |
-                     (1 << NF_INET_POST_ROUTING),
+                     (1 << NF_INET_POST_ROUTING) |
+                     (1 << NF_INET_LOCAL_IN),
 };
 
 static int __init cgroup_mt_init(void)