mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-07 05:05:12 +02:00
ACCOUNT: mark reg structure __read_mostly
This commit is contained in:
@@ -1015,7 +1015,7 @@ static int ipt_acc_get_ctl(struct sock *sk, int cmd, void *user, int *len)
|
||||
return ret;
|
||||
}
|
||||
|
||||
static struct xt_target xt_acc_reg = {
|
||||
static struct xt_target xt_acc_reg __read_mostly = {
|
||||
.name = "ACCOUNT",
|
||||
.family = AF_INET,
|
||||
.target = ipt_acc_target,
|
||||
|
Reference in New Issue
Block a user