|
@@ -216,6 +216,8 @@ static struct xt_target xt_nat_target_reg[] __read_mostly = {
|
|
|
{
|
|
{
|
|
|
.name = "DNAT",
|
|
.name = "DNAT",
|
|
|
.revision = 2,
|
|
.revision = 2,
|
|
|
|
|
+ .checkentry = xt_nat_checkentry,
|
|
|
|
|
+ .destroy = xt_nat_destroy,
|
|
|
.target = xt_dnat_target_v2,
|
|
.target = xt_dnat_target_v2,
|
|
|
.targetsize = sizeof(struct nf_nat_range2),
|
|
.targetsize = sizeof(struct nf_nat_range2),
|
|
|
.table = "nat",
|
|
.table = "nat",
|