|
@@ -54,7 +54,8 @@ static struct xt_match cgroup_mt_reg __read_mostly = {
|
|
.matchsize = sizeof(struct xt_cgroup_info),
|
|
.matchsize = sizeof(struct xt_cgroup_info),
|
|
.me = THIS_MODULE,
|
|
.me = THIS_MODULE,
|
|
.hooks = (1 << NF_INET_LOCAL_OUT) |
|
|
.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)
|
|
static int __init cgroup_mt_init(void)
|