xt_DNETMAP: add missing alias

This commit is contained in:
Jan Engelhardt
2011-04-03 23:34:33 +02:00
parent 94574fb829
commit 8fd3eb56eb
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ HEAD
Fixes:
- xt_pknock: avoid crash when hash TFM could not be allocated
- xt_pknock: avoid inversion of rule lookup that led to warnings
- xt_DNETMAP: add missing module alias
v1.33 (2011-02-02)

View File

@@ -33,6 +33,7 @@ MODULE_LICENSE("GPL");
MODULE_AUTHOR("Marek Kierdelewicz <marek@koba.pl>");
MODULE_DESCRIPTION(
"Xtables: dynamic two-way 1:1 NAT mapping of IPv4 addresses");
MODULE_ALIAS("ipt_DNETMAP");
static unsigned int default_ttl = 600;
static unsigned int proc_perms = S_IRUGO | S_IWUSR;